From 89cf0ca0b6b4abf425666fa00c35e2e0e7bb5c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Humberto=20Di=C3=B3genes?= Date: Fri, 30 Aug 2019 14:34:32 -0300 Subject: [PATCH] Version bump to 2019.2b1 --- 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 8fd6098de..d77c4a8b5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,10 +65,10 @@ # built documents. # # The short X.Y version. -version = u'2019.1' +version = u'2019.2' show_version = False # The full version, including alpha/beta/rc tags. -release = u'2019.1' +release = u'2019.2b1' # 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 35dc041e5..4089ee3c5 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__ = '2019.1' +__version__ = '2019.2b1'