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

Commit 27fa621

Browse files
authored
Merge pull request #640 from hdiogenes/version-bump-2021.1rc1
Vesrion bump to 2021.1rc1
2 parents 251e738 + 33a9c9f commit 27fa621

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ Fixed
2121
Security
2222
========
2323

24-
[2021.final-rc1] - "final" release candidate 1 - 2021-04-30
25-
***********************************************************
24+
25+
[2021.1rc1] - "final" release candidate 1 - 2021-04-30
26+
******************************************************
2627

2728
Added
2829
=====

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'2021.final'
68+
version = u'2021.1'
6969
show_version = False
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'2021.final-rc1'
71+
release = u'2021.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__ = '2021.final-rc1'
6+
__version__ = '2021.1rc1'

0 commit comments

Comments
 (0)