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 3797933 commit 3a09719Copy full SHA for 3a09719
netbox_custom_objects/__init__.py
@@ -48,7 +48,7 @@ class CustomObjectsPluginConfig(PluginConfig):
48
name = "netbox_custom_objects"
49
verbose_name = "Custom Objects"
50
description = "A plugin to manage custom objects in NetBox"
51
- version = "0.3.1"
+ version = "0.4.0"
52
author = 'Netbox Labs'
53
author_email = '[email protected]'
54
base_url = "custom-objects"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "netboxlabs-netbox-custom-objects"
3
-version = "0.3.1"
+version = "0.4.0"
4
5
readme = "README.md"
6
requires-python = ">=3.10"
0 commit comments