We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c0b72 commit 28aa5b9Copy full SHA for 28aa5b9
HISTORY.rst
@@ -1,8 +1,8 @@
1
Release History
2
===============
3
4
-dev
5
----
+2.2.0 (2015-10-15)
+------------------
6
7
**API Changes**
8
docs/source/conf.py
@@ -54,9 +54,9 @@
54
# built documents.
55
#
56
# The short X.Y version.
57
-version = '2.1.0'
+version = '2.2.0'
58
# The full version, including alpha/beta/rc tags.
59
-release = '2.1.0'
+release = '2.2.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__ = '2.1.0'
+__version__ = '2.2.0'
0 commit comments