Skip to content

Commit

Permalink
Prepared release 0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peteeckel committed Feb 22, 2024
1 parent 343475e commit 60e27b3
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
Expand Up @@ -10,7 +10,7 @@
# NetBox 3.5.8
from extras.plugins.utils import get_plugin_config

__version__ = "0.22.2"
__version__ = "0.22.3"


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 @@ -7,7 +7,7 @@

class NetBoxDNSVersionTestCase(SimpleTestCase):
def test_version(self):
assert __version__ == "0.22.2"
assert __version__ == "0.22.3"


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.22.2"
version = "0.22.3"
description = "NetBox DNS is a NetBox plugin for managing DNS data."
authors = ["Peter Eckel <pete@netbox-dns.org>"]
homepage = "https://github.com/peteeckel/netbox-plugin-dns"
Expand Down

0 comments on commit 60e27b3

Please sign in to comment.