Skip to content

Commit

Permalink
Release v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alef-Burzmali committed Sep 11, 2023
1 parent 1e47f5c commit f96cf0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion netbox_data_flows/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from extras.plugins import PluginConfig

__version__ = "0.7.4-dev"
__version__ = "0.7.4"


class DataFlowsConfig(PluginConfig):
Expand Down

0 comments on commit f96cf0d

Please sign in to comment.