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 #259 from hatsat32/release-0.15.1
Browse files Browse the repository at this point in the history
Prepare for release 0.15.1
  • Loading branch information
hatsat32 authored Nov 29, 2022
2 parents 5d53587 + ba7cd8e commit 6d399ae
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.15.0"
__version__ = "0.15.1"


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.15.0"
assert __version__ == "0.15.1"


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.15.0"
version = "0.15.1"
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 6d399ae

Please sign in to comment.