Skip to content

Commit 145c3cd

Browse files
committed
Bump and release 5.2.0
1 parent 9b572d6 commit 145c3cd

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Release History
44
6.0.0dev0
55
---------
66

7+
5.2.0 (2019-01-18)
8+
------------------
9+
10+
**API Changes (Backward-compatible)**
11+
12+
- Add a new ENABLE_CONNECT_PROTOCOL settings paramter.
13+
14+
**Other Changes**
15+
16+
- Fix collections.abc deprecation.
17+
- Drop support for Python 3.3 and support 3.7.
18+
719
5.1.0 (2017-04-24)
820
------------------
921

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '5.1.0'
57+
version = '5.2.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '5.1.0'
59+
release = '5.2.0'
6060

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

hyperframe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
66
A module for providing a pure-Python HTTP/2 framing layer.
77
"""
8-
__version__ = '5.1.0'
8+
__version__ = '5.2.0'

0 commit comments

Comments
 (0)