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 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 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"}, ]