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

Commit 89940be

Browse files
authored
Changelog and version bump to 2021.1 (#641)
1 parent 15ba17f commit 89940be

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Security
2222
========
2323

2424

25+
[2021.1] - "final" - 2021-05-31
26+
*******************************
27+
28+
No major changes since the last pre-release.
29+
30+
2531
[2021.1rc1] - "final" release candidate 1 - 2021-04-30
2632
******************************************************
2733

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
version = u'2021.1'
6969
show_version = False
7070
# The full version, including alpha/beta/rc tags.
71-
release = u'2021.1rc1'
71+
release = u'2021.1'
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

Diff for: pyof/__init__.py

+1-1
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.1rc1'
6+
__version__ = '2021.1'

0 commit comments

Comments
 (0)