diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index ab54628..72093f5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 17a04db..37ed2b7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -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 diff --git a/README.md b/README.md index 9702085..1cce696 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/netbox_aci_plugin/__init__.py b/netbox_aci_plugin/__init__.py index 005a688..a13c44b 100644 --- a/netbox_aci_plugin/__init__.py +++ b/netbox_aci_plugin/__init__.py @@ -2,7 +2,7 @@ __author__ = """Martin Hauser""" __email__ = "git@pheus.dev" -__version__ = "0.0.5" +__version__ = "0.0.6" from netbox.plugins import PluginConfig diff --git a/netbox_aci_plugin/version.py b/netbox_aci_plugin/version.py index b1a19e3..034f46c 100644 --- a/netbox_aci_plugin/version.py +++ b/netbox_aci_plugin/version.py @@ -1 +1 @@ -__version__ = "0.0.5" +__version__ = "0.0.6" diff --git a/pyproject.toml b/pyproject.toml index 40c45c4..660b838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "git@pheus.dev"}, ] diff --git a/requirements_dev.txt b/requirements_dev.txt index c50acad..174a4fb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -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