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

Commit 070dd32

Browse files
committed
v0.7.0
1 parent 24b3b37 commit 070dd32

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

HISTORY.rst

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

4-
dev
5-
---
4+
v0.7.0 (2016-09-27)
5+
-------------------
6+
7+
*Major Changes*
8+
9+
- Added a ``ping`` method, allowing the user to use the HTTP/2 ``PING`` frame
10+
to check connection liveness before, instead of, or between issuing requests.
611

712
*Bugfixes*
813

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.6.2'
58+
version = '0.7.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.6.2'
60+
release = '0.7.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
@@ -33,4 +33,4 @@
3333
# Set default logging handler.
3434
logging.getLogger(__name__).addHandler(logging.NullHandler())
3535

36-
__version__ = '0.7.0dev0'
36+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)