Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed May 26, 2024
1 parent f3f0d0d commit 481cd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "2.2.1"
version = "2.3.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 @@ -22,7 +22,7 @@ class NetBoxValidityConfig(PluginConfig):
description = "Write and run auto tests for network devices"
author = "Anton Miasnikov"
author_email = "[email protected]"
version = "2.2.1"
version = "2.3.0"
base_url = "validity"
django_apps = ["django_bootstrap5"]
min_version = "3.6.0"
Expand Down

0 comments on commit 481cd88

Please sign in to comment.