We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 751606e + f580c67 commit 7a142bdCopy full SHA for 7a142bd
netbox_lifecycle/__init__.py
@@ -14,7 +14,7 @@ class NetBoxLifeCycle(PluginConfig):
14
author_email = metadata.get('Author-email')
15
base_url = 'lifecycle'
16
min_version = '4.1.0'
17
- max_version = '4.1.99'
+ max_version = '4.2.99'
18
required_settings = []
19
default_settings = {}
20
queues = []
pyproject.toml
@@ -17,7 +17,7 @@ description = "NetBox Support Contract and EOL/EOS management"
readme = "README.md"
requires-python = ">=3.10"
keywords = ["netbox-plugin", ]
-version = "1.1.3"
+version = "1.1.4"
21
license = {file = "LICENSE"}
22
classifiers = [
23
"Programming Language :: Python :: 3",
0 commit comments