Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Nov 19, 2023
1 parent 0d23a99 commit c372f2d
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.0"
version = "1.4.1"
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.0"
version = "1.4.1"
base_url = "validity"
django_apps = ["bootstrap5"]
min_version = "3.4.0"
Expand Down

0 comments on commit c372f2d

Please sign in to comment.