We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04c213 commit 5291c6aCopy full SHA for 5291c6a
netbox_napalm_plugin/__init__.py
@@ -22,7 +22,7 @@ class NapalmPlatformConfig(PluginConfig):
22
'NAPALM_ARGS': {},
23
}
24
min_version = '4.2.0'
25
- max_version = '4.4.99'
+ max_version = '4.5.99'
26
27
28
config = NapalmPlatformConfig
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "netbox-napalm-plugin"
10
-version = "0.3.3"
+version = "0.3.4"
11
authors = [
12
{name = "Arthur Hanson", email = "ahanson@netboxlabs.com"},
13
]
0 commit comments