Skip to content

Commit de550f7

Browse files
committed
v2.5.2
1 parent beac663 commit de550f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release History
22
===============
33

4-
2.5.2dev0
5-
---------
4+
2.5.2 (2017-01-27)
5+
------------------
66

77
- Resolved issue where the ``HTTP2-Settings`` header value for plaintext
88
upgrade that was emitted by ``initiate_upgrade_connection`` included the

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '2.5.1'
58+
version = '2.5.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '2.5.1'
60+
release = '2.5.2'
6161

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

h2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
66
A HTTP/2 implementation.
77
"""
8-
__version__ = '2.5.1'
8+
__version__ = '2.5.2'

0 commit comments

Comments
 (0)