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

Commit 05847bd

Browse files
committed
rc1 version bump
1 parent 39cba3d commit 05847bd

File tree

3 files changed

+6
-21
lines changed

3 files changed

+6
-21
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,10 @@ 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-
20-
Fixed
21-
=====
6+
[2018.2rc1] - "ernesto" release candidade 1 - 2018-12-20
7+
********************************************************
228

23-
Security
24-
========
9+
- No changes since last pre-release
2510

2611
[2018.2b3] - "ernesto" beta3 - 2018-12-14
2712
***************************************

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = u'2018.1'
68+
version = u'2018.2'
6969
show_version = False
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'2018.2b3'
71+
release = u'2018.2rc1'
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.2b3'
6+
__version__ = '2018.2rc1'

0 commit comments

Comments
 (0)