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 79ad9c6 commit a841e1dCopy full SHA for a841e1d
netbox_custom_objects/__init__.py
@@ -43,9 +43,9 @@ class CustomObjectsPluginConfig(PluginConfig):
43
name = "netbox_custom_objects"
44
verbose_name = "Custom Objects"
45
description = "A plugin to manage custom objects in NetBox"
46
- version = "0.1.0"
+ version = "0.2.0"
47
base_url = "custom-objects"
48
- min_version = "4.2.0"
+ min_version = "4.4.0"
49
default_settings = {}
50
required_settings = []
51
template_extensions = "template_content.template_extensions"
0 commit comments