This repository was archived by the owner on Apr 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,18 @@ Security
22
22
========
23
23
24
24
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
+
25
37
[2020.2b1] - "itamar" beta1 - 2020-09-08
26
38
****************************************
27
39
Changed
Original file line number Diff line number Diff line change 65
65
# built documents.
66
66
#
67
67
# The short X.Y version.
68
- version = u'2020.2b1 '
68
+ version = u'2020.2b2 '
69
69
show_version = False
70
70
# The full version, including alpha/beta/rc tags.
71
- release = u'2020.2b1 '
71
+ release = u'2020.2b2 '
72
72
73
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
74
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
This package is a library that parses and creates OpenFlow Messages.
4
4
It contains all implemented versions of OpenFlow protocol
5
5
"""
6
- __version__ = '2020.2b1 '
6
+ __version__ = '2020.2b2 '
You can’t perform that action at this time.
0 commit comments