File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33__author__ = """Simon Toft"""
445- __version__ = "1.0.0 "
5+ __version__ = "1.0.1 "
66
77
88from netbox .plugins import PluginConfig
@@ -12,7 +12,7 @@ class NetboxScriptManagerConfig(PluginConfig):
1212 name = "netbox_script_manager"
1313 verbose_name = "Script Manager"
1414 description = "Improved custom script support for netbox"
15- version = "1.0.0 "
15+ version = "1.0.1 "
1616 base_url = "script-manager"
1717 default_settings = {
1818 "DEFAULT_QUEUE" : "default" ,
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.0
2+ current_version = 1.0.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 3333 packages = find_packages (),
3434 test_suite = "tests" ,
3535 url = "https://github.com/kkthxbye-code/netbox_script_manager" ,
36- version = "1.0.0 " ,
36+ version = "1.0.1 " ,
3737 zip_safe = False ,
3838)
You can’t perform that action at this time.
0 commit comments