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 a2e19ef commit d0723a0Copy full SHA for d0723a0
netbox_custom_objects/__init__.py
@@ -45,7 +45,7 @@ class CustomObjectsPluginConfig(PluginConfig):
45
name = "netbox_custom_objects"
46
verbose_name = "Custom Objects"
47
description = "A plugin to manage custom objects in NetBox"
48
- version = "0.3.0"
+ version = "0.3.1"
49
base_url = "custom-objects"
50
min_version = "4.4.0"
51
default_settings = {}
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "netboxlabs-netbox-custom-objects"
3
-version = "0.3.0"
+version = "0.3.1"
4
5
readme = "README.md"
6
requires-python = ">=3.10"
0 commit comments