diff --git a/README.md b/README.md index dc4aa7c..774d0b2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/netbox_acls/version.py b/netbox_acls/version.py index c68196d..510956d 100644 --- a/netbox_acls/version.py +++ b/netbox_acls/version.py @@ -1 +1,4 @@ -__version__ = "1.2.0" +""" +Version information for netbox-acls. +""" +__version__ = "1.2.1"