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

Commit d60c96f

Browse files
committed
Update version from 2018.1b1.dev0 to 2018.1b1
1 parent 1403823 commit d60c96f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'2017.2'
67+
version = u'2018.1'
6868
show_version = False
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2018.1b1.dev0'
70+
release = u'2018.1b1'
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__ = '2018.1b1.dev0'
6+
__version__ = '2018.1b1'

0 commit comments

Comments
 (0)