Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Jul 12, 2024
1 parent 43eb077 commit ef15f08
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.3.2"
version = "2.3.3"
description = "NetBox plugin for network devices validation"
authors = [
{name = "Anton Miasnikov", email = "anton2008m@gmail.com"},
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 = "anton2008m@gmail.com"
version = "2.3.2"
version = "2.3.3"
base_url = "validity"
django_apps = ["django_bootstrap5"]
min_version = "3.6.0"
Expand Down

0 comments on commit ef15f08

Please sign in to comment.