diff --git a/AUTHORS.rst b/AUTHORS.rst index d15f2c9..b9f3db6 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -12,6 +12,7 @@ Authors - Rogerio Motitsuki - Carlos Magno Barbosa - José Mauro +- Vinicius Arcanjo Contributors diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 80db499..f82c66f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,15 @@ Fixed Security ======== + +[2022.1] - "jovelina" - 2022-01-21 +********************************** + +Changed +======= +- Upgrade `markupsafe` + + [2022.1rc1] - "jovelina" - 2022-01-07 ************************************* diff --git a/kytos/utils/metadata.py b/kytos/utils/metadata.py index 5ca4455..0009993 100644 --- a/kytos/utils/metadata.py +++ b/kytos/utils/metadata.py @@ -2,7 +2,7 @@ The present metadata is intended to be used mainly on the setup. """ -__version__ = '2022.1rc1' +__version__ = '2022.1' __author__ = 'Kytos Team' __author_email__ = 'devel@lists.kytos.io' __license__ = 'MIT'