Skip to content

Commit

Permalink
Update nautobot_device_lifecycle_mgmt/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Snider <[email protected]>
  • Loading branch information
bradh11 and gsnider2195 authored Sep 29, 2023
1 parent 7009a81 commit 9db87ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_device_lifecycle_mgmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DeviceLifeCycleConfig(PluginConfig):
description = "Manages device lifecycle of Nautobot Devices and Components."
base_url = "nautobot-device-lifecycle-mgmt"
required_settings = []
min_version = "2.0.0b1"
min_version = "2.0.0"
max_version = "2.99.99"
default_settings = {
"expired_field": "end_of_support",
Expand Down

0 comments on commit 9db87ef

Please sign in to comment.