diff --git a/AUTHORS.rst b/AUTHORS.rst index 3b8cbdba..ea48d409 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -22,3 +22,5 @@ Contributors - Kenia Chang He - Raphael Cobe - Daniel Bruce +- Antonio João Ferreira Francisco +- Vinicius Arcanjo diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 18e57459..6d24ac6d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,8 +22,16 @@ Security ======== +[2022.1] - "jovelina" - 2022-01-21 +********************************** + +Changed +======= +- Update README to refer to Kytos NG project + + [2022.1rc1] - "jovelina" release candidate - 2022-01-14 -****************************************************** +******************************************************* Added ===== diff --git a/docs/conf.py b/docs/conf.py index 9551b006..06dcf981 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,10 +65,10 @@ # built documents. # # The short X.Y version. -version = u'2022.1rc1' +version = u'2022.1' show_version = False # The full version, including alpha/beta/rc tags. -release = u'2022.1rc1' +release = u'2022.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyof/__init__.py b/pyof/__init__.py index 08ae3fce..fe5e6450 100644 --- a/pyof/__init__.py +++ b/pyof/__init__.py @@ -3,4 +3,4 @@ This package is a library that parses and creates OpenFlow Messages. It contains all implemented versions of OpenFlow protocol """ -__version__ = '2022.1rc1' +__version__ = '2022.1'