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

Commit dd6fa20

Browse files
authored
Version bump to 2019.1b2 (#547)
Version bump to 2019.1b2
2 parents 08dd033 + fa685fc commit dd6fa20

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ Contributors
1616
- Artur Baruchi <abaruchi AT ncc DOT unesp DOT br>
1717
- Erick Vermot <erick.vermot AT gmail DOT com>
1818
- Humberto Diógenes <hdiogenes AT gmail DOT com>
19+
- Lucas Felix <lucasgsfelix AT gmail DOT com>

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
version = u'2019.1'
6969
show_version = False
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'2019.1b1'
71+
release = u'2019.1b2'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# 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__ = '2019.1b1'
6+
__version__ = '2019.1b2'

0 commit comments

Comments
 (0)