diff --git a/README.md b/README.md index 5c88616..dcda1b8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Full reference: [Using Plugins - NetBox Documentation](https://docs.netbox.dev/e ### Requirements -* NetBox (>=3.4.2, <3.6.0) +* NetBox (>=3.5.0) * Python 3.8 or higher *Note:* the plugin uses some classes that are not explicitely exported in diff --git a/netbox_data_flows/__init__.py b/netbox_data_flows/__init__.py index 3633902..31a0bf5 100644 --- a/netbox_data_flows/__init__.py +++ b/netbox_data_flows/__init__.py @@ -1,6 +1,6 @@ from extras.plugins import PluginConfig -__version__ = "0.7.4-dev" +__version__ = "0.7.4" class DataFlowsConfig(PluginConfig):