diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd3d9ca7..2b647593 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,13 @@ Fixed ===== Security + + +[2022.3.0] - 2023-01-23 +*********************** + +No major changes since the last release. + ======== [2022.2.0] - "kiko" - 2022-08-09 diff --git a/docs/conf.py b/docs/conf.py index 619c57f5..cb317153 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,10 +65,10 @@ # built documents. # # The short X.Y version. -version = u'2022.2.0' +version = u'2022.3.0' show_version = False # The full version, including alpha/beta/rc tags. -release = u'2022.2.0' +release = u'2022.3.0' # 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 386fae41..239ff3a1 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.2.0' +__version__ = '2022.3.0'