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

Commit 47008c7

Browse files
authored
Merge pull request #394 from diraol/release-2017.1
Changelog and version update for 2017.1 release
2 parents 40d1d14 + 27dd857 commit 47008c7

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,29 @@ Security
2424
========
2525

2626

27+
[2017.1] - "bethania" - 2017-07-06
28+
**********************************
29+
Added
30+
=====
31+
32+
Changed
33+
=======
34+
- Documentation updated and improved.
35+
36+
Deprecated
37+
==========
38+
39+
Removed
40+
=======
41+
42+
Fixed
43+
=====
44+
- Some bug fixes
45+
46+
Security
47+
========
48+
49+
2750
[2017.1b3] - "bethania" beta3 - 2017-06-16
2851
******************************************
2952
Added

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.1'
6868
show_version = False
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2017.1rc1'
70+
release = u'2017.1'
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.1rc1'
6+
__version__ = '2017.1'

0 commit comments

Comments
 (0)