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 5742679 commit 86f3ed6Copy full SHA for 86f3ed6
netbox_custom_objects/__init__.py
@@ -6,7 +6,7 @@ class CustomObjectsPluginConfig(PluginConfig):
6
name = "netbox_custom_objects"
7
verbose_name = "Custom Objects"
8
description = "A plugin to manage custom objects in NetBox"
9
- version = "0.1"
+ version = "0.1.0"
10
base_url = "custom-objects"
11
min_version = "4.2.0"
12
default_settings = {}
0 commit comments