Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Sep 25, 2023
1 parent ce832b9 commit e3e1134
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 = "1.3.2"
version = "1.4.0"
description = "NetBox plugin for vendor-agnostic configuration compliance"
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 @@ -19,7 +19,7 @@ class NetBoxValidityConfig(PluginConfig):
description = "Vendor-agnostic framework to build your own configuration compliance rule set"
author = "Anton Miasnikov"
author_email = "[email protected]"
version = "1.3.2"
version = "1.4.0"
base_url = "validity"
django_apps = ["bootstrap5"]
min_version = "3.4.0"
Expand Down

0 comments on commit e3e1134

Please sign in to comment.