Skip to content

Commit

Permalink
chore(version): Bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pheus committed Jun 21, 2024
1 parent 8d00390 commit 896b137
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
attributes:
label: NetBox ACI Plugin version
description: What version of NetBox ACI Plugin are you currently running?
placeholder: v0.0.5
placeholder: v0.0.6
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
attributes:
label: NetBox ACI Plugin version
description: What version of NetBox ACI Plugin are you currently running?
placeholder: v0.0.5
placeholder: v0.0.6
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Documentation: https://pheus.github.io/netbox-aci-plugin/

| NetBox Version | Plugin Version |
|----------------|----------------|
| 4.0 | 0.0.5 |
| 4.0 | 0.0.6 |

## Installing

Expand Down
2 changes: 1 addition & 1 deletion netbox_aci_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Martin Hauser"""
__email__ = "[email protected]"
__version__ = "0.0.5"
__version__ = "0.0.6"


from netbox.plugins import PluginConfig
Expand Down
2 changes: 1 addition & 1 deletion netbox_aci_plugin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.0.6"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "netbox-aci-plugin"
version = "0.0.5"
version = "0.0.6"
authors = [
{name = "Martin Hauser", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
check-manifest==0.49
isort==5.13.2
pip==24.0
pip==24.1
pre-commit==3.7.1
pytest==8.2.2
ruff==0.4.8
Expand Down

0 comments on commit 896b137

Please sign in to comment.