From dfc83925292bb4ae8a8305a796366651a40b0a2d Mon Sep 17 00:00:00 2001 From: Anton M Date: Fri, 4 Oct 2024 00:00:52 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- validity/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93dcf45..dc088f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "netbox-validity" -version = "3.0.3" +version = "3.0.4" description = "NetBox plugin for network devices validation" authors = [ {name = "Anton Miasnikov", email = "anton2008m@gmail.com"}, diff --git a/validity/__init__.py b/validity/__init__.py index ba9650f..9d5628a 100644 --- a/validity/__init__.py +++ b/validity/__init__.py @@ -21,7 +21,7 @@ class NetBoxValidityConfig(PluginConfig): description = "Write and run auto tests for network devices" author = "Anton Miasnikov" author_email = "anton2008m@gmail.com" - version = "3.0.3" + version = "3.0.4" base_url = "validity" django_apps = ["django_bootstrap5"] min_version = "3.7.0"