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

Commit ab4b7eb

Browse files
committed
ernesto release. Thanks to everyone.
1 parent 05847bd commit ab4b7eb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Change log
33
##########
44
All notable changes to the python-openflow project are documented in this file.
55

6+
[2018.2] - "ernesto" - 2018-12-30
7+
*********************************
8+
9+
- This the "ernesto" stable release, based on our last pre-releases.
10+
611
[2018.2rc1] - "ernesto" release candidade 1 - 2018-12-20
712
********************************************************
813

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# General information about the project.
5858
project_short_name = u'python-openflow'
5959
project = u'python-openflow library'
60-
copyright = u'2017, Kytos Project'
60+
copyright = u'2016-2019, Kytos Project'
6161
author = u'Kytos Project'
6262

6363
# The version info for the project you're documenting, acts as replacement for
@@ -68,7 +68,7 @@
6868
version = u'2018.2'
6969
show_version = False
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'2018.2rc1'
71+
release = u'2018.2'
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.2rc1'
6+
__version__ = '2018.2'

0 commit comments

Comments
 (0)