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

Commit fd6bade

Browse files
committed
v0.5.0
1 parent a9999af commit fd6bade

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-
dev
5-
---
4+
0.5.0 (2015-10-11)
5+
------------------
66

77
*Feature Enhancement*
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.4.0'
58+
version = '0.5.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.4.0'
60+
release = '0.5.0'
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.4.0'
9+
__version__ = '0.5.0'
1010

1111
from .common.connection import HTTPConnection
1212
from .http20.connection import HTTP20Connection

0 commit comments

Comments
 (0)