From a7ed1a84164eaf3510955525160dd3cc76d6580c Mon Sep 17 00:00:00 2001 From: Antonio Francisco Date: Fri, 21 Jan 2022 16:50:56 -0300 Subject: [PATCH] Version bump to 2022.1 (#73) * Update AUTHORS * Update CHANGELOG * Version bump to 2022.1 * Update AUTHORS.rst Co-authored-by: Vinicius Arcanjo Co-authored-by: Vinicius Arcanjo --- AUTHORS.rst | 2 ++ CHANGELOG.rst | 10 +++++++++- docs/conf.py | 4 ++-- pyof/__init__.py | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 3b8cbdba0..ea48d4095 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 18e574595..6d24ac6d9 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 9551b0063..06dcf981e 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 08ae3fcea..fe5e64508 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'