Skip to content

Commit 1643bb5

Browse files
authored
Merge pull request kytos#540 from hdiogenes/master
Version bump to 2018.2b3 + changelog
2 parents 0a04446 + 3437723 commit 1643bb5

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ Contributors
1515
- Raphael Cobe <rmcobe AT ncc DOT unesp DOT br>
1616
- Artur Baruchi <abaruchi AT ncc DOT unesp DOT br>
1717
- Erick Vermot <erick.vermot AT gmail DOT com>
18+
- Humberto Diógenes <hdiogenes AT gmail DOT com>

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ Fixed
2323
Security
2424
========
2525

26+
[2018.2b3] - "ernesto" beta3 - 2018-11-14
27+
***************************************
28+
29+
Added
30+
=====
31+
- [v0x04] Added support for OFP_ERROR codes with the get_class method
32+
- Better debugging: added repr's for GenericMessage, Header and SwitchConfig
33+
34+
Fixed
35+
=====
36+
- [v0x01] Fixed OFPT_GET_CONFIG_REPLY message type
37+
38+
2639
[2018.2b2] - "ernesto" beta2 - 2018-10-15
2740
***************************************
2841
Added

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
version = u'2018.1'
6969
show_version = False
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'2018.2b2'
71+
release = u'2018.2b3'
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__ = '2018.2b2'
6+
__version__ = '2018.2b3'

0 commit comments

Comments
 (0)