Skip to content

Commit 5291c6a

Browse files
committed
Update for v4.5.0
1 parent b04c213 commit 5291c6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_napalm_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class NapalmPlatformConfig(PluginConfig):
2222
'NAPALM_ARGS': {},
2323
}
2424
min_version = '4.2.0'
25-
max_version = '4.4.99'
25+
max_version = '4.5.99'
2626

2727

2828
config = NapalmPlatformConfig

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "netbox-napalm-plugin"
10-
version = "0.3.3"
10+
version = "0.3.4"
1111
authors = [
1212
{name = "Arthur Hanson", email = "ahanson@netboxlabs.com"},
1313
]

0 commit comments

Comments
 (0)