File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Simon Toft"""
4
4
5
- __version__ = "0.4 .0"
5
+ __version__ = "1.0 .0"
6
6
7
7
8
8
from netbox .plugins import PluginConfig
@@ -12,7 +12,7 @@ class NetboxScriptManagerConfig(PluginConfig):
12
12
name = "netbox_script_manager"
13
13
verbose_name = "Script Manager"
14
14
description = "Improved custom script support for netbox"
15
- version = "0.4 .0"
15
+ version = "1.0 .0"
16
16
base_url = "script-manager"
17
17
default_settings = {
18
18
"DEFAULT_QUEUE" : "default" ,
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.4 .0
2
+ current_version = 1.0 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 33
33
packages = find_packages (),
34
34
test_suite = "tests" ,
35
35
url = "https://github.com/kkthxbye-code/netbox_script_manager" ,
36
- version = "0.4 .0" ,
36
+ version = "1.0 .0" ,
37
37
zip_safe = False ,
38
38
)
You can’t perform that action at this time.
0 commit comments