Skip to content

Commit dbcc63a

Browse files
committed
Prepared Release 1.5.4
1 parent 1b19351 commit dbcc63a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

COMPATIBILITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
| 1.4.1-7 | 4.3.2 | 4.4.10 |
1414
| 1.5.0-1 | 4.5.0 | 4.5.1 |
1515
| 1.5.2-3 | 4.5.2 | 4.5.x |
16+
| 1.5.4 | 4.5.4 | 4.5.x |

netbox_dns/__init__.py

Lines changed: 2 additions & 2 deletions
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.5.3"
7+
__version__ = "1.5.4"
88

99

1010
def _check_list(setting):
@@ -16,7 +16,7 @@ class DNSConfig(PluginConfig):
1616
name = "netbox_dns"
1717
verbose_name = _("NetBox DNS")
1818
description = _("NetBox plugin for DNS data")
19-
min_version = "4.5.0"
19+
min_version = "4.5.4"
2020
version = __version__
2121
author = "Peter Eckel, sys4 AG"
2222
author_email = "pe@sys4.de"

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.5.3"
10+
assert __version__ == "1.5.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.5.3"
3+
version = "1.5.4"
44
description = "NetBox DNS is a NetBox plugin for managing DNS data."
55
authors = [
66
{name="Peter Eckel", email="pe@sys4.de"},

0 commit comments

Comments
 (0)