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

Commit a80513a

Browse files
authored
Merge pull request #619 from hdiogenes/changelog-and-version-bump
Changelog + Version Bump 2020.2b2
2 parents c07b6a3 + 837740f commit a80513a

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ Security
2222
========
2323

2424

25+
[2020.2b2] - "itamar" beta2 - 2020-10-23
26+
****************************************
27+
28+
Added
29+
=====
30+
- Added minimum_size tests to FlowMod and VendorHeader
31+
32+
Changed
33+
=======
34+
- Fail test instead of skipping if no minimum_size is defined
35+
36+
2537
[2020.2b1] - "itamar" beta1 - 2020-09-08
2638
****************************************
2739
Changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = u'2020.2b1'
68+
version = u'2020.2b2'
6969
show_version = False
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'2020.2b1'
71+
release = u'2020.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__ = '2020.2b1'
6+
__version__ = '2020.2b2'

0 commit comments

Comments
 (0)