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

Commit 6d02e34

Browse files
committed
changelog and version bump
1 parent 1a792a9 commit 6d02e34

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to the python-openflow project are documented in this file.
66
[UNRELEASED] - Under development
77
********************************
88

9+
[2019.1rc1] - "fafa" release candidade 1 - 2019-07-05
10+
*****************************************************
11+
12+
- No changes since last pre-release
913

1014
[2019.1b3] - "fafa" beta3 - 2019-06-17
1115
**************************************

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
version = u'2019.1'
6969
show_version = False
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'2019.1b3'
71+
release = u'2019.1rc1'
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__ = '2019.1b3'
6+
__version__ = '2019.1rc1'

0 commit comments

Comments
 (0)