From 6d422a5d80bedbb19c2b983d12f690b3abee93e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Humberto=20Di=C3=B3genes?= Date: Fri, 20 Nov 2020 10:30:49 -0300 Subject: [PATCH] Version bump to 2020.2b3 --- docs/conf.py | 4 ++-- pyof/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 919355dd1..edd20ad02 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,10 +65,10 @@ # built documents. # # The short X.Y version. -version = u'2020.2b2' +version = u'2020.2b3' show_version = False # The full version, including alpha/beta/rc tags. -release = u'2020.2b2' +release = u'2020.2b3' # 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 7f7cbb029..5da4a4d47 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.2b2' +__version__ = '2020.2b3'