Skip to content

Commit 1141f37

Browse files
committed
bump version
1 parent 6b13b87 commit 1141f37

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
netbox_version: &nb_versions [v4.3.7, v4.4.10, v4.5.0]
26+
netbox_version: &nb_versions [v4.3.7, v4.4.10, v4.5.3]
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v3

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

0 commit comments

Comments
 (0)