We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7dfe2 commit 18d4b47Copy full SHA for 18d4b47
CHANGELOG.rst
@@ -1,8 +1,20 @@
1
Release History
2
===============
3
4
+dev
5
+---
6
+
7
+**API Changes (Backward Incompatible)**
8
9
+-
10
11
+**Bugfixes**
12
13
14
15
16
6.0.0 (2020-09-06)
----------
17
+------------------
18
19
**API Changes (Backward-incompatible)**
20
src/hyperframe/__init__.py
@@ -5,4 +5,4 @@
A module for providing a pure-Python HTTP/2 framing layer.
"""
-__version__ = '6.0.0'
+__version__ = '6.1.0+dev'
0 commit comments