From ab6bab2f2571b824619b4196e0c1b1d9822a4a29 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Wed, 15 Jan 2025 09:32:27 -0600 Subject: [PATCH 1/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6f64f0..d957d1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "netbox-napalm-plugin" -version = "0.3.2" +version = "0.3.1" authors = [ {name = "Arthur Hanson", email = "ahanson@netboxlabs.com"}, ] From e5aeb49c5e51858a3613284459e467361075bdcb Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Wed, 15 Jan 2025 09:32:47 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bc11f3..715ac2d 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.1.0 | 0.3.2 | +| >= 4.1.0 | 0.3.1 | ## Installation From 6820d1202d6b2cba6ecd8c43df408becb8f8828b Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Wed, 15 Jan 2025 09:33:03 -0600 Subject: [PATCH 3/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 20225ce..cb9830b 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.3.2" +__version__ = "0.3.1" from netbox.plugins import PluginConfig