prepare 1.2.1 release

This commit is contained in:
ryanmerolle 2023-01-24 22:15:49 -05:00
parent 20db8f5ecd
commit 0c26a27b75
2 changed files with 5 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Each Plugin Version listed below has been tested with its corresponding NetBox V
|:--------------:|:--------------:|
| 3.2 | 1.0.1 |
| 3.3 | 1.1.0 |
| 3.4 | 1.2.0 |
| 3.4 | 1.2.1 |
## Installing

View File

@ -1 +1,4 @@
__version__ = "1.2.0"
"""
Version information for netbox-acls.
"""
__version__ = "1.2.1"