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

Commit 51f189c

Browse files
authored
Merge pull request #512 from renanrodrigo/release-candidate
Update to Chico Stable
2 parents 8c11b65 + eca9180 commit 51f189c

3 files changed

Lines changed: 5 additions & 18 deletions

File tree

CHANGELOG.rst

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

6-
UNRELEASED - Under development
7-
******************************
8-
Added
9-
=====
10-
11-
Changed
12-
=======
13-
14-
Deprecated
15-
==========
16-
17-
Removed
18-
=======
19-
6+
[2017.2] - "chico" - 2017-12-21
7+
*******************************
208
Fixed
219
=====
10+
- Some bug fixes.
2211

23-
Security
24-
========
2512

2613
[2017.2b2] - "chico" beta2 - 2017-12-01
2714
***************************************

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
version = u'2017.2'
6868
show_version = False
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2017.2rc1'
70+
release = u'2017.2'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# 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__ = '2017.2rc1'
6+
__version__ = '2017.2'

0 commit comments

Comments
 (0)