Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Dec 3, 2023
1 parent a0c80d4 commit f656831
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.4.1"
version = "1.4.2"
description = "NetBox plugin for vendor-agnostic configuration compliance"
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 @@ -19,7 +19,7 @@ class NetBoxValidityConfig(PluginConfig):
description = "Vendor-agnostic framework to build your own configuration compliance rule set"
author = "Anton Miasnikov"
author_email = "anton2008m@gmail.com"
version = "1.4.1"
version = "1.4.2"
base_url = "validity"
django_apps = ["bootstrap5"]
min_version = "3.4.0"
Expand Down

0 comments on commit f656831

Please sign in to comment.