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

Commit 0537c62

Browse files
authored
Merge pull request #629 from hdiogenes/version-bump-2020.2
Version bump and changelog for 2020.2
2 parents 42efc38 + 9afea15 commit 0537c62

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Fixed
2121
Security
2222
========
2323

24+
25+
[2020.2] - "itamar" stable release - 2020-12-30
26+
***********************************************
27+
28+
No changes since rc1.
29+
30+
2431
[2020.2rc1] - "itamar" release candidate 1 - 2020-12-23
2532
*******************************************************
2633

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

0 commit comments

Comments
 (0)