Skip to content

Commit

Permalink
Version bump for Netbox 4.2 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps authored Jan 8, 2025
2 parents 751606e + f580c67 commit 7a142bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox_lifecycle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class NetBoxLifeCycle(PluginConfig):
author_email = metadata.get('Author-email')
base_url = 'lifecycle'
min_version = '4.1.0'
max_version = '4.1.99'
max_version = '4.2.99'
required_settings = []
default_settings = {}
queues = []
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 7a142bd

Please sign in to comment.