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 81d4b3a commit ae850bbCopy full SHA for ae850bb
netbox_script_manager/__init__.py
@@ -12,7 +12,7 @@ class NetboxScriptManagerConfig(PluginConfig):
12
name = "netbox_script_manager"
13
verbose_name = "Script Manager"
14
description = "Improved custom script support for netbox"
15
- version = "0.1"
+ version = "0.2.1"
16
base_url = "script-manager"
17
default_settings = {
18
"DEFAULT_QUEUE": "default",
0 commit comments