Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 52f0c46

Browse files
author
Diego Rabatone Oliveira
committed
Updating Release version to 2017.1b3
1 parent 0f90960 commit 52f0c46

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Security
2424
========
2525

2626

27-
[2017.1b3] - "bethania" beta3 - 2017-06-14
27+
[2017.1b3] - "bethania" beta3 - 2017-06-16
2828
******************************************
2929
Added
3030
=====

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
version = u'2017.1'
6868
show_version = False
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2017.1b2'
70+
release = u'2017.1b3'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

pyof/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This package is a library that parses and creates OpenFlow Messages.
44
It contains all implemented versions of OpenFlow protocol
55
"""
6-
__version__ = '2017.1b2'
6+
__version__ = '2017.1b3'

0 commit comments

Comments
 (0)