Skip to content

Commit

Permalink
Bump version: 0.3.13 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkthxbye-code committed Nov 30, 2023
1 parent 84c6477 commit 3167a7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netbox_script_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class NetboxScriptManagerConfig(PluginConfig):
name = "netbox_script_manager"
verbose_name = "Script Manager"
description = "Improved custom script support for netbox"
version = "0.3.13"
version = "0.4.0"
base_url = "script-manager"
default_settings = {
"DEFAULT_QUEUE": "default",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.13
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
packages=find_packages(),
test_suite="tests",
url="https://github.com/kkthxbye-code/netbox_script_manager",
version="0.3.13",
version="0.4.0",
zip_safe=False,
)

0 comments on commit 3167a7a

Please sign in to comment.