Skip to content

Commit 7a142bd

Browse files
authored
Version bump for Netbox 4.2 (#58)
2 parents 751606e + f580c67 commit 7a142bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_lifecycle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class NetBoxLifeCycle(PluginConfig):
1414
author_email = metadata.get('Author-email')
1515
base_url = 'lifecycle'
1616
min_version = '4.1.0'
17-
max_version = '4.1.99'
17+
max_version = '4.2.99'
1818
required_settings = []
1919
default_settings = {}
2020
queues = []

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description = "NetBox Support Contract and EOL/EOS management"
1717
readme = "README.md"
1818
requires-python = ">=3.10"
1919
keywords = ["netbox-plugin", ]
20-
version = "1.1.3"
20+
version = "1.1.4"
2121
license = {file = "LICENSE"}
2222
classifiers = [
2323
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)