Skip to content

Commit 3167a7a

Browse files
committed
Bump version: 0.3.13 → 0.4.0
1 parent 84c6477 commit 3167a7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

netbox_script_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = "0.3.13"
15+
version = "0.4.0"
1616
base_url = "script-manager"
1717
default_settings = {
1818
"DEFAULT_QUEUE": "default",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.13
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
packages=find_packages(),
3434
test_suite="tests",
3535
url="https://github.com/kkthxbye-code/netbox_script_manager",
36-
version="0.3.13",
36+
version="0.4.0",
3737
zip_safe=False,
3838
)

0 commit comments

Comments
 (0)