Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #211 from hatsat32/release-0.12.0
Browse files Browse the repository at this point in the history
Prepare for release 0.12.0
  • Loading branch information
hatsat32 authored Jul 27, 2022
2 parents 844bea0 + 69b4161 commit b6df87b
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.11.1"
__version__ = "0.12.0"


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.11.1"
assert __version__ == "0.12.0"


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-dns"
version = "0.11.1"
version = "0.12.0"
description = "Netbox Dns is a netbox plugin for managing zone, nameserver and record inventory."
readme = "README.md"
homepage = "https://github.com/auroraresearchlab/netbox-dns"
Expand Down

0 comments on commit b6df87b

Please sign in to comment.