Skip to content

Commit

Permalink
Bump version: 0.3.7 → 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kkthxbye-code committed Nov 2, 2023
1 parent 6c0a327 commit 64582b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions netbox_script_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Simon Toft"""
__email__ = "[email protected]"
__version__ = "0.3.7"
__version__ = "0.3.8"


from extras.plugins import PluginConfig
Expand All @@ -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.7"
version = "0.3.8"
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.7
current_version = 0.3.8
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.7",
version="0.3.8",
zip_safe=False,
)

0 comments on commit 64582b4

Please sign in to comment.