From 1c804c3b4f20cab27c846aa4d7a0ff674f5dfe3c Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Wed, 15 Jan 2025 09:28:49 -0600 Subject: [PATCH 1/3] Update pyproject.toml version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 237ccc6..d6f64f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "netbox-napalm-plugin" -version = "0.4.0" +version = "0.3.2" authors = [ {name = "Arthur Hanson", email = "ahanson@netboxlabs.com"}, ] From 2006959c47e63d837dc5e16562959e32c9d4c597 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Wed, 15 Jan 2025 09:29:27 -0600 Subject: [PATCH 2/3] Update __init__.py --- netbox_napalm_plugin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_napalm_plugin/__init__.py b/netbox_napalm_plugin/__init__.py index 989aa5e..20225ce 100644 --- a/netbox_napalm_plugin/__init__.py +++ b/netbox_napalm_plugin/__init__.py @@ -2,7 +2,7 @@ __author__ = """Arthur Hanson""" __email__ = "ahanson@netboxlabs.com" -__version__ = "0.4.0" +__version__ = "0.3.2" from netbox.plugins import PluginConfig From 237f473104f8d25476ed3c31a5623e7e820f3e0b Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Wed, 15 Jan 2025 09:30:24 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecdb999..9bc11f3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The features the plugin provides should be listed here. | 3.7.6 | 0.1.7 | | < 4.0.11 | 0.2.1 | | >= 4.1.0 < 4.2.0 | 0.3.0 | -| >= 4.2.0 | 0.4.0 | +| >= 4.1.0 | 0.3.2 | ## Installation