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 84c6477 commit 3167a7aCopy full SHA for 3167a7a
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.3.13"
+ version = "0.4.0"
16
base_url = "script-manager"
17
default_settings = {
18
"DEFAULT_QUEUE": "default",
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.13
+current_version = 0.4.0
3
commit = True
4
tag = True
5
setup.py
@@ -33,6 +33,6 @@
33
packages=find_packages(),
34
test_suite="tests",
35
url="https://github.com/kkthxbye-code/netbox_script_manager",
36
- version="0.3.13",
+ version="0.4.0",
37
zip_safe=False,
38
)
0 commit comments