Skip to content

Commit 2aa3205

Browse files
authored
Merge pull request #739 from peteeckel/release/1.4.4
Release/1.4.4
2 parents 73d9c0d + baa85f4 commit 2aa3205

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.4.4
5+
netbox_min: 4.3.2
6+
netbox_max: 4.4.6
47
- release: 1.4.3
58
netbox_min: 4.3.2
69
netbox_max: 4.4.6

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.4.3"
7+
__version__ = "1.4.4"
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.4.3"
10+
assert __version__ == "1.4.4"
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.4.3"
3+
version = "1.4.4"
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)