Skip to content

Commit

Permalink
Bump and release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Jan 18, 2019
1 parent 9b572d6 commit 145c3cd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Release History
6.0.0dev0
---------

5.2.0 (2019-01-18)
------------------

**API Changes (Backward-compatible)**

- Add a new ENABLE_CONNECT_PROTOCOL settings paramter.

**Other Changes**

- Fix collections.abc deprecation.
- Drop support for Python 3.3 and support 3.7.

5.1.0 (2017-04-24)
------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '5.1.0'
version = '5.2.0'
# The full version, including alpha/beta/rc tags.
release = '5.1.0'
release = '5.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion hyperframe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
A module for providing a pure-Python HTTP/2 framing layer.
"""
__version__ = '5.1.0'
__version__ = '5.2.0'

0 comments on commit 145c3cd

Please sign in to comment.