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 +6
-21
lines changed Expand file tree Collapse file tree 3 files changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,10 @@ Change log
3
3
##########
4
4
All notable changes to the python-openflow project are documented in this file.
5
5
6
- UNRELEASED - Under development
7
- ******************************
8
- Added
9
- =====
10
-
11
- Changed
12
- =======
13
-
14
- Deprecated
15
- ==========
16
-
17
- Removed
18
- =======
19
-
20
- Fixed
21
- =====
6
+ [2018.2rc1] - "ernesto" release candidade 1 - 2018-12-20
7
+ ********************************************************
22
8
23
- Security
24
- ========
9
+ - No changes since last pre-release
25
10
26
11
[2018.2b3] - "ernesto" beta3 - 2018-12-14
27
12
***************************************
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'2018.1 '
68
+ version = u'2018.2 '
69
69
show_version = False
70
70
# The full version, including alpha/beta/rc tags.
71
- release = u'2018.2b3 '
71
+ release = u'2018.2rc1 '
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__ = '2018.2b3 '
6
+ __version__ = '2018.2rc1 '
You can’t perform that action at this time.
0 commit comments