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 c1b6dcc commit c410c4cCopy full SHA for c410c4c
HISTORY.rst
@@ -1,8 +1,8 @@
1
Release History
2
===============
3
4
-dev
5
----
+4.0.0 (2016-03-13)
+------------------
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='3.2.0'
+version='4.0.0'
58
# The full version, including alpha/beta/rc tags.
59
-release='3.2.0'
+release='4.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__='3.2.0'
+__version__='4.0.0'
0 commit comments