We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc60b90 commit 51a0ddbCopy full SHA for 51a0ddb
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "netbox-validity"
7
-version = "3.3.1"
+version = "3.3.2"
8
description = "NetBox plugin for network devices validation"
9
authors = [
10
{name = "Anton Miasnikov", email = "anton2008m@gmail.com"},
validity/__init__.py
@@ -16,7 +16,7 @@ class NetBoxValidityConfig(PluginConfig):
16
description = "Write and run auto tests for network devices"
17
author = "Anton Miasnikov"
18
author_email = "anton2008m@gmail.com"
19
- version = "3.3.1"
+ version = "3.3.2"
20
base_url = "validity"
21
django_apps = ["django_bootstrap5"]
22
min_version = "4.2.0"
0 commit comments