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 211e5c9 commit 1d0afd1Copy full SHA for 1d0afd1
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 = "0.1.0"
+ version = "0.1.1"
9
base_url = "kea"
10
default_settings = {"kea_timeout": 30}
11
pyproject.toml
@@ -1,8 +1,8 @@
1
[tool.poetry]
2
name = "netbox-kea"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = ""
-authors = ["Devon Mar <[email protected]>"]
+authors = ["Devon Mar <devonm+netbox-kea@mdmm.ca>"]
readme = "README.md"
packages = [{include = "netbox_kea"}]
0 commit comments