Skip to content

Commit

Permalink
Prepare release 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peteeckel committed May 14, 2023
1 parent 82035f1 commit 2ea0ef9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netbox_dns/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from extras.plugins import PluginConfig

__version__ = "0.18.1"
__version__ = "0.18.2"


class DNSConfig(PluginConfig):
Expand Down
2 changes: 1 addition & 1 deletion netbox_dns/tests/test_netbox_dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class NetboxDnsVersionTestCase(SimpleTestCase):
"""

def test_version(self):
assert __version__ == "0.18.1"
assert __version__ == "0.18.2"


class AppTest(APITestCase):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netbox-plugin-dns"
version = "0.18.1"
version = "0.18.2"
description = "Netbox DNS is a NetBox plugin for managing DNS data."
authors = ["Peter Eckel <pe-netbox-dns@hindenburgring.com>"]
homepage = "https://github.com/peteeckel/netbox-plugin-dns"
Expand Down

0 comments on commit 2ea0ef9

Please sign in to comment.