Skip to content

Commit b70049d

Browse files
committed
Prepared Release 1.5.7
1 parent b2c21fa commit b70049d

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

COMPATIBILITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
| 1.5.4 | 4.5.4 | 4.5.0-6 |
1717
| 1.5.5 | 4.5.0 | 4.5.0-6 |
1818
| 1.5.6 | 4.5.0 | 4.5.0+ |
19+
| 1.5.7 | 4.5.0 | 4.5.0+, 4.6.0b1 |

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.5.6"
7+
__version__ = "1.5.7"
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.5.6"
10+
assert __version__ == "1.5.7"
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.6"
3+
version = "1.5.7"
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)