Skip to content

Commit

Permalink
chore(version): Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pheus committed May 19, 2024
1 parent 8db41e5 commit 9657579
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.1
placeholder: v0.0.2
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.1
placeholder: v0.0.2
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 @@ -14,7 +14,7 @@ Documentation: https://pheus.github.io/netbox-aci-plugin/

| NetBox Version | Plugin Version |
|----------------|----------------|
| 4.0 | 0.0.1 |
| 4.0 | 0.0.2 |

## 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.1"
__version__ = "0.0.2"


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.1"
__version__ = "0.0.2"
4 changes: 2 additions & 2 deletions 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.1"
version = "0.0.2"
authors = [
{name = "Martin Hauser", email = "[email protected]"},
]
Expand All @@ -31,7 +31,7 @@ requires-python = ">=3.10.0"
test = [
"check-manifest==0.49",
"isort",
"pre-commit==3.7.0",
"pre-commit==3.7.1",
"pytest==8.2.0",
"ruff",
"yamllint",
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
check-manifest==0.49
isort==5.13.2
pip==24.0
pre-commit==3.7.0
pre-commit==3.7.1
pytest==8.2.0
ruff==0.4.2
ruff==0.4.4
yamllint==1.35.1

0 comments on commit 9657579

Please sign in to comment.