Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Release | Minimum NetBox Version | Maximum NetBox Version |
|---------|------------------------|------------------------|
| unreleased | 4.5.2 | 4.7.x |
| 0.6.x | 4.5.2 | 4.6.x |
| 0.5.2 | 4.5.2 | 4.6.x |
| 0.5.1 | 4.5.2 | 4.6.x |
Expand Down
2 changes: 1 addition & 1 deletion netbox_custom_objects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class CustomObjectsPluginConfig(PluginConfig):
base_url = "custom-objects"
# Remember to update COMPATIBILITY.md when modifying the minimum/maximum supported NetBox versions.
min_version = "4.5.2"
max_version = "4.6.99"
max_version = "4.7.99"
default_settings = {
# The maximum number of Custom Object Types that may be created
'max_custom_object_types': 50,
Expand Down