File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
- 6.0.0+dev
4
+ 6.0.0 (2020-09-06)
5
5
---------
6
6
7
- **Backwards Incompatible API Changes **
7
+ **API Changes (Backward-incompatible) **
8
8
9
9
- Introduce ``HyperframeError `` base exception class for all errors raised within hyperframe.
10
10
- Change exception base class of ``UnknownFrameError `` to ``HyperframeError ``
Original file line number Diff line number Diff line change 27
27
28
28
# -- Project information -----------------------------------------------------
29
29
30
- project = 'hpack '
30
+ project = 'hyperframe '
31
31
copyright = '2020, Cory Benfield'
32
32
author = 'Cory Benfield'
33
33
release = version
Original file line number Diff line number Diff line change 5
5
6
6
A module for providing a pure-Python HTTP/2 framing layer.
7
7
"""
8
- __version__ = '6.0.0+dev '
8
+ __version__ = '6.0.0'
You can’t perform that action at this time.
0 commit comments