Skip to content

Commit df12fe7

Browse files
committed
Bump version to 2.0.0
1 parent f490087 commit df12fe7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

netbox_kea/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class NetBoxKeaConfig(PluginConfig):
55
name = "netbox_kea"
66
verbose_name = "Kea"
77
description = "Kea integration for NetBox"
8-
version = "1.0.5"
8+
version = "2.0.0"
99
base_url = "kea"
1010
default_settings = {"kea_timeout": 30}
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netbox-kea"
3-
version = "1.0.5"
3+
version = "2.0.0"
44
description = ""
55
readme = "README.md"
66
# NetBox 4.10 requires Python 3.10

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)