Skip to content

Commit

Permalink
Merge pull request #43 from Kani999/39-netbox-36-support
Browse files Browse the repository at this point in the history
Enable plugin till NetBox version 3.6.99
  • Loading branch information
Kani999 authored Sep 7, 2023
2 parents 6b0d03e + 72fb95c commit 2ee4d01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This plugin provide following Models:
| >= 3.4.0 | 0.0.6 <-> 1.0.6 |
| >= 3.4.3 | 1.0.7 <-> 1.1.X |
| >= 3.5.0 | 2.0.0 |
| >= 3.6.0 | 3.0.0 |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion netbox_attachments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NetBoxAttachmentsConfig(PluginConfig):
}
required_settings = []
min_version = '3.5.0'
max_version = '3.5.99'
max_version = '3.6.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__ = "2.0.4"
__version__ = "3.0.0"

0 comments on commit 2ee4d01

Please sign in to comment.