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 91eedb3 commit 9eac101Copy full SHA for 9eac101
CHANGELOG.rst
@@ -1,6 +1,21 @@
1
Release History
2
===============
3
4
+dev
5
+---
6
+
7
+**API Changes (Backward Incompatible)**
8
9
+-
10
11
+**API Changes (Backward-compatible)**
12
13
14
15
+**Bugfixes**
16
17
18
19
6.0.1 (2021-04-17)
20
------------------
21
src/hyperframe/__init__.py
@@ -5,4 +5,4 @@
A module for providing a pure-Python HTTP/2 framing layer.
"""
-__version__ = '6.0.1'
+__version__ = '6.1.0+dev'
0 commit comments