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
4 changes: 2 additions & 2 deletions netbox_plugin_reloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class NetboxPluginReloaderConfig(PluginConfig):
required_settings = []

# NetBox version compatibility
min_version = "4.2.0"
max_version = "4.2.99"
min_version = "4.3.0"
max_version = "4.3.99"

def ready(self):
"""
Expand Down
2 changes: 1 addition & 1 deletion netbox_plugin_reloader/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information."""

__version__ = "0.0.2"
__version__ = "4.3.0"