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

Commit b9ce390

Browse files
committed
updated changelog
1 parent 0d7763d commit b9ce390

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Security
2525

2626
[2018.2b2] - "ernesto" beta2 - 2018-10-15
2727
***************************************
28-
No changes since the last release.
28+
Added
29+
=====
30+
- [v0x04] Fixed bug when unpacking MultiPart messages (#529). Thanks @jondef95
2931

3032
[2018.2b1] - "ernesto" beta1 - 2018-9-6
3133
***************************************

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.2b1'
71+
release = u'2018.2b2'
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.2b1'
6+
__version__ = '2018.2b2'

0 commit comments

Comments
 (0)