Skip to content

Commit ef15f08

Browse files
committed
bump version
1 parent 43eb077 commit ef15f08

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 = "2.3.2"
7+
version = "2.3.3"
88
description = "NetBox plugin for network devices validation"
99
authors = [
1010
{name = "Anton Miasnikov", email = "[email protected]"},

validity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class NetBoxValidityConfig(PluginConfig):
2222
description = "Write and run auto tests for network devices"
2323
author = "Anton Miasnikov"
2424
author_email = "[email protected]"
25-
version = "2.3.2"
25+
version = "2.3.3"
2626
base_url = "validity"
2727
django_apps = ["django_bootstrap5"]
2828
min_version = "3.6.0"

0 commit comments

Comments
 (0)