Skip to content

Commit

Permalink
Allow netbox version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kani999 committed Sep 4, 2024
1 parent 52bff45 commit 55cef0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ The following table shows the compatibility between different NetBox versions an
| >= 3.5.0 | 2.0.0 |
| >= 3.6.0 | 3.0.0 |
| >= 3.7.0 | 4.0.0 |
| >= 4.0.0 | 5.0.x - 5.1.0 |
| >= 4.0.0 | 5.x.x |
| >= 4.1.0 | 6.x.x

## Installation

Expand Down
4 changes: 2 additions & 2 deletions netbox_attachments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class NetBoxAttachmentsConfig(PluginConfig):
'display_setting': {}
}
required_settings = []
min_version = '4.0.0'
max_version = '4.0.99'
min_version = '4.1.0'
max_version = '4.1.99'


config = NetBoxAttachmentsConfig
2 changes: 1 addition & 1 deletion netbox_attachments/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.1.3"
__version__ = "6.0.0-b1"

0 comments on commit 55cef0d

Please sign in to comment.