We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1469d05 commit 180b74dCopy full SHA for 180b74d
netbox_kea/__init__.py
@@ -5,7 +5,7 @@ class NetBoxKeaConfig(PluginConfig):
5
name = "netbox_kea"
6
verbose_name = "Kea"
7
description = "Kea integration for NetBox"
8
- version = "1.0.0"
+ version = "1.0.1"
9
base_url = "kea"
10
default_settings = {"kea_timeout": 30}
11
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "netbox-kea"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = ""
authors = ["Devon Mar <[email protected]>"]
readme = "README.md"
0 commit comments