File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " netbox-validity"
7- version = " 3.4.0 "
7+ version = " 3.4.1 "
88description = " NetBox plugin for network devices validation"
99authors = [
1010 {name = " Anton Miasnikov" , email = " anton2008m@gmail.com" },
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments