Skip to content

Commit 51a0ddb

Browse files
committed
bump version
1 parent dc60b90 commit 51a0ddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "netbox-validity"
7-
version = "3.3.1"
7+
version = "3.3.2"
88
description = "NetBox plugin for network devices validation"
99
authors = [
1010
{name = "Anton Miasnikov", email = "anton2008m@gmail.com"},

validity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class NetBoxValidityConfig(PluginConfig):
1616
description = "Write and run auto tests for network devices"
1717
author = "Anton Miasnikov"
1818
author_email = "anton2008m@gmail.com"
19-
version = "3.3.1"
19+
version = "3.3.2"
2020
base_url = "validity"
2121
django_apps = ["django_bootstrap5"]
2222
min_version = "4.2.0"

0 commit comments

Comments
 (0)