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 +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Change log
3
3
##########
4
4
All notable changes to the python-openflow project are documented in this file.
5
5
6
+ [2018.2] - "ernesto" - 2018-12-30
7
+ *********************************
8
+
9
+ - This the "ernesto" stable release, based on our last pre-releases.
10
+
6
11
[2018.2rc1] - "ernesto" release candidade 1 - 2018-12-20
7
12
********************************************************
8
13
Original file line number Diff line number Diff line change 57
57
# General information about the project.
58
58
project_short_name = u'python-openflow'
59
59
project = u'python-openflow library'
60
- copyright = u'2017 , Kytos Project'
60
+ copyright = u'2016-2019 , Kytos Project'
61
61
author = u'Kytos Project'
62
62
63
63
# The version info for the project you're documenting, acts as replacement for
68
68
version = u'2018.2'
69
69
show_version = False
70
70
# The full version, including alpha/beta/rc tags.
71
- release = u'2018.2rc1 '
71
+ release = u'2018.2 '
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.2rc1 '
6
+ __version__ = '2018.2 '
You can’t perform that action at this time.
0 commit comments