Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Jan 24, 2025
1 parent 3a848af commit 4642f67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://github.com/amyasnikov/validity/actions/workflows/ci.yml/badge.svg" alt="CI">
<img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/amyasnikov/9e518ae8babd18b7edd8ee5aad58146b/raw/cov.json" alt="Coverage">
<img src="https://img.shields.io/badge/Python-3.10+-blue.svg" alt="Python version">
<img src="https://img.shields.io/badge/NetBox-3.7|4.0|4.1-blue.svg" alt="NetBox version">
<img src="https://img.shields.io/badge/NetBox-4.0|4.1|4.2-blue.svg" alt="NetBox version">
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "netbox-validity"
version = "3.0.5"
version = "3.1.0"
description = "NetBox plugin for network devices validation"
authors = [
{name = "Anton Miasnikov", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion validity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class NetBoxValidityConfig(PluginConfig):
description = "Write and run auto tests for network devices"
author = "Anton Miasnikov"
author_email = "[email protected]"
version = "3.0.5"
version = "3.1.0"
base_url = "validity"
django_apps = ["django_bootstrap5"]
min_version = "4.0.0"
Expand Down

0 comments on commit 4642f67

Please sign in to comment.