File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,16 @@ See the [CONTRIBUTING](CONTRIBUTING.md) for more information.
36
36
37
37
Each Plugin Version listed below has been tested with its corresponding NetBox Version.
38
38
39
- | NetBox Version | Plugin Version |
39
+ | NetBox Version | Plugin Version |
40
40
| :-------------------:| :--------------:|
41
+ | 4.1.x | 1.7.0 |
41
42
| >= 4.0.2 < 4.1.0 | 1.6.1 |
42
- | 3.7 | 1.5.0 |
43
- | 3.6 | 1.4.0 |
44
- | 3.5 | 1.3.0 |
45
- | 3.4 | 1.2.2 |
46
- | 3.3 | 1.1.0 |
47
- | 3.2 | 1.0.1 |
43
+ | 3.7.x | 1.5.0 |
44
+ | 3.6.x | 1.4.0 |
45
+ | 3.5.x | 1.3.0 |
46
+ | 3.4.x | 1.2.2 |
47
+ | 3.3.x | 1.1.0 |
48
+ | 3.2.x | 1.0.1 |
48
49
49
50
## Installing
50
51
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class NetBoxACLsConfig(PluginConfig):
18
18
description = "Manage simple ACLs in NetBox"
19
19
base_url = "access-lists"
20
20
min_version = "4.1.0"
21
- max_version = "4.1.20 "
21
+ max_version = "4.1.99 "
22
22
23
23
24
24
config = NetBoxACLsConfig
Original file line number Diff line number Diff line change 1
- __version__ = "1.6.1 "
1
+ __version__ = "1.7.0 "
You can’t perform that action at this time.
0 commit comments