We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1fc30 commit db8e201Copy full SHA for db8e201
HISTORY.rst
@@ -1,8 +1,8 @@
1
Release History
2
===============
3
4
-5.0.0dev0
5
----------
+5.0.0 (2017-03-07)
+------------------
6
7
**Backwards Incompatible API Changes**
8
docs/source/conf.py
@@ -54,9 +54,9 @@
54
# built documents.
55
#
56
# The short X.Y version.
57
-version = '4.0.2'
+version = '5.0.0'
58
# The full version, including alpha/beta/rc tags.
59
-release = '4.0.2'
+release = '5.0.0'
60
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
# for a list of supported languages.
hyperframe/__init__.py
@@ -5,4 +5,4 @@
A module for providing a pure-Python HTTP/2 framing layer.
"""
-__version__ = '4.0.2'
+__version__ = '5.0.0'
0 commit comments