From 42efc38d574f6e669dfec56bdbe506fbde79bff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Humberto=20Di=C3=B3genes?= Date: Wed, 23 Dec 2020 10:29:53 -0300 Subject: [PATCH] Version bump to 2020.2rc1 (#628) --- 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 edd20ad02..fda6b763f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,10 +65,10 @@ # built documents. # # The short X.Y version. -version = u'2020.2b3' +version = u'2020.2rc1' show_version = False # The full version, including alpha/beta/rc tags. -release = u'2020.2b3' +release = u'2020.2rc1' # 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 5da4a4d47..e3942b056 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.2b3' +__version__ = '2020.2rc1'