This repository was archived by the owner on Apr 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323Security
2424========
2525
26+ [2018.1b3] - "dalva" beta3 - 2018-6-15
27+ ***************************************
28+ Added
29+ =====
30+ - Improve documentation to use kytos sphinx theme
31+
2632[2018.1b2] - "dalva" beta2 - 2018-4-20
2733***************************************
2834No changes since the last release.
Original file line number Diff line number Diff line change 6868version = u'2018.1'
6969show_version = False
7070# The full version, including alpha/beta/rc tags.
71- release = u'2018.1b2 '
71+ release = u'2018.1b3 '
7272
7373# The language for content autogenerated by Sphinx. Refer to documentation
7474# for a list of supported languages.
Original file line number Diff line number Diff line change 33This package is a library that parses and creates OpenFlow Messages.
44It contains all implemented versions of OpenFlow protocol
55"""
6- __version__ = '2018.1b2 '
6+ __version__ = '2018.1b3 '
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ def run(self):
123123 'coverage' ,
124124 'tox' ,
125125 'pip-tools' ,
126- 'kytos_sphinx_theme' ,
127126 'yala' ,
128127 ],
129128 },
You can’t perform that action at this time.
0 commit comments