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 #222 from hatsat32/release-0.13.1
Browse files Browse the repository at this point in the history
Prepare for release 0.13.1
  • Loading branch information
hatsat32 authored Aug 19, 2022
2 parents 072c8fb + 69faba9 commit ab4b752
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.13.0"
__version__ = "0.13.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.13.0"
assert __version__ == "0.13.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.13.0"
version = "0.13.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 ab4b752

Please sign in to comment.