Skip to content

Commit b727c69

Browse files
committed
bump version
1 parent c9ace10 commit b727c69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.4.3"
7+
version = "3.5.0"
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.4.3"
19+
version = "3.5.0"
2020
base_url = "validity"
2121
django_apps = ["django_bootstrap5"]
2222
min_version = "4.4.0"

0 commit comments

Comments
 (0)