Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit d374985

Browse files
committed
v0.2.2
1 parent 2dd7ee6 commit d374985

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

HISTORY.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release History
22
===============
33

4-
Upcoming
5-
--------
4+
0.2.2 (2015-04-03)
5+
------------------
66

77
*Bugfixes*
88

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.2.1'
58+
version = '0.2.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.2.1'
60+
release = '0.2.2'
6161

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

hyper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
A module for providing an abstraction layer over the differences between
77
HTTP/1.1 and HTTP/2.
88
"""
9-
__version__ = '0.2.1'
9+
__version__ = '0.2.2'
1010

1111
from .http20.connection import HTTP20Connection
1212
from .http20.response import HTTP20Response, HTTP20Push

0 commit comments

Comments
 (0)