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

Commit ca21946

Browse files
authored
Merge pull request #525 from macartur/update_package_to_release_2018_1_b3
Update package to release 2018 1 b3
2 parents ca137c1 + 05ab0de commit ca21946

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Fixed
2323
Security
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
***************************************
2834
No changes since the last release.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
version = u'2018.1'
6969
show_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.

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__ = '2018.1b2'
6+
__version__ = '2018.1b3'

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def run(self):
123123
'coverage',
124124
'tox',
125125
'pip-tools',
126-
'kytos_sphinx_theme',
127126
'yala',
128127
],
129128
},

0 commit comments

Comments
 (0)