Skip to content

Commit 02f428a

Browse files
committed
bump version to 1.7.0
1 parent f68baf4 commit 02f428a

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,16 @@ See the [CONTRIBUTING](CONTRIBUTING.md) for more information.
3636

3737
Each Plugin Version listed below has been tested with its corresponding NetBox Version.
3838

39-
| NetBox Version | Plugin Version |
39+
| NetBox Version | Plugin Version |
4040
|:-------------------:|:--------------:|
41+
| 4.1.x | 1.7.0 |
4142
| >= 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 |
4849

4950
## Installing
5051

netbox_acls/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class NetBoxACLsConfig(PluginConfig):
1818
description = "Manage simple ACLs in NetBox"
1919
base_url = "access-lists"
2020
min_version = "4.1.0"
21-
max_version = "4.1.20"
21+
max_version = "4.1.99"
2222

2323

2424
config = NetBoxACLsConfig

netbox_acls/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.1"
1+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)