diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7230fc8ea..ccb593940 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,13 @@ Fixed Security ======== + +[2020.2] - "itamar" stable release - 2020-12-30 +*********************************************** + +No changes since rc1. + + [2020.2rc1] - "itamar" release candidate 1 - 2020-12-23 ******************************************************* diff --git a/docs/conf.py b/docs/conf.py index fda6b763f..1af5aba66 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,10 +65,10 @@ # built documents. # # The short X.Y version. -version = u'2020.2rc1' +version = u'2020.2' show_version = False # The full version, including alpha/beta/rc tags. -release = u'2020.2rc1' +release = u'2020.2' # 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 e3942b056..685b289af 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__ = '2020.2rc1' +__version__ = '2020.2'