Skip to content

Commit 325a100

Browse files
committed
Prepared release 1.2.13
1 parent d77b834 commit 325a100

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

netbox-plugin.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
version: 0.1
22
package_name: netbox-plugin-dns
33
compatibility:
4+
- release: 1.3.2
5+
netbox_min: 4.3.0
6+
netbox_max: 4.3.1
47
- release: 1.3.1
58
netbox_min: 4.3.0
69
netbox_max: 4.3.1
710
- release: 1.3.0
811
netbox_min: 4.3.0
912
netbox_max: 4.3.1
13+
- release: 1.2.13
14+
netbox_min: 4.2.0
15+
netbox_max: 4.2.9
1016
- release: 1.2.12
1117
netbox_min: 4.2.0
1218
netbox_max: 4.2.9

netbox_dns/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from netbox.plugins import PluginConfig
55
from netbox.plugins.utils import get_plugin_config
66

7-
__version__ = "1.2.12"
7+
__version__ = "1.2.13"
88

99

1010
def _check_list(setting):

netbox_dns/tests/test_netbox_dns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class NetBoxDNSVersionTestCase(SimpleTestCase):
99
def test_version(self):
10-
assert __version__ == "1.2.12"
10+
assert __version__ == "1.2.13"
1111

1212

1313
class AppTest(APITestCase):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netbox-plugin-dns"
3-
version = "1.2.12"
3+
version = "1.2.13"
44
description = "NetBox DNS is a NetBox plugin for managing DNS data."
55
authors = [
66
{name="Peter Eckel", email="[email protected]"},

0 commit comments

Comments
 (0)