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 23ddc4d commit 7009a81
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 @@ -23,7 +23,7 @@ class DeviceLifeCycleConfig(PluginConfig):
base_url = "nautobot-device-lifecycle-mgmt"
required_settings = []
min_version = "2.0.0b1"
max_version = "2.9.9"
max_version = "2.99.99"
default_settings = {
"expired_field": "end_of_support",
"barchart_bar_width": 0.1,
Expand Down

0 comments on commit 7009a81

Please sign in to comment.