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

Commit 44bfe4a

Browse files
authored
Merge pull request #528 from macartur/update_version
Update version
2 parents 5b66498 + 4f251c4 commit 44bfe4a

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
@@ -23,6 +23,10 @@ Fixed
2323
Security
2424
========
2525

26+
[2018.2b1] - "ernesto" beta1 - 2018-9-6
27+
***************************************
28+
No changes since the last release.
29+
2630
[2018.1b3] - "dalva" beta3 - 2018-6-15
2731
***************************************
2832
Added

docs/conf.py

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

0 commit comments

Comments
 (0)