Skip to content

Commit 3bb1265

Browse files
authored
Merge pull request #620 from peteeckel/release/1.2.11
Prepared release 1.2.11
2 parents 5bec746 + 5fde4df commit 3bb1265

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

netbox-plugin.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: 0.1
22
package_name: netbox-plugin-dns
33
compatibility:
4+
- release: 1.2.11
5+
netbox_min: 4.2.0
6+
netbox_max: 4.2.9
47
- release: 1.2.10
58
netbox_min: 4.2.0
69
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.10"
7+
__version__ = "1.2.11"
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.10"
10+
assert __version__ == "1.2.11"
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.10"
3+
version = "1.2.11"
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)