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

release 0.11.1 #205

Merged
merged 1 commit into from
Jun 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0"
__version__ = "0.11.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.11.0"
assert __version__ == "0.11.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.11.0"
version = "0.11.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