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

Commit

Permalink
Merge pull request #605 from hdiogenes/master
Browse files Browse the repository at this point in the history
Version bump to 2020.1rc1
  • Loading branch information
hdiogenes committed Jun 17, 2020
2 parents ac3cde6 + 1121054 commit b50e97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
version = u'2020.1'
show_version = False
# The full version, including alpha/beta/rc tags.
release = u'2020.1b3'
release = u'2020.1rc1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyof/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This package is a library that parses and creates OpenFlow Messages.
It contains all implemented versions of OpenFlow protocol
"""
__version__ = '2020.1b3'
__version__ = '2020.1rc1'

0 comments on commit b50e97c

Please sign in to comment.