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 11Release History
22===============
33
4- 6.0.0+dev
4+ 6.0.0 (2020-09-06)
55---------
66
7- **Backwards Incompatible API Changes **
7+ **API Changes (Backward-incompatible) **
88
99- Introduce ``HyperframeError `` base exception class for all errors raised within hyperframe.
1010- Change exception base class of ``UnknownFrameError `` to ``HyperframeError ``
Original file line number Diff line number Diff line change 2727
2828# -- Project information -----------------------------------------------------
2929
30- project = 'hpack '
30+ project = 'hyperframe '
3131copyright = '2020, Cory Benfield'
3232author = 'Cory Benfield'
3333release = version
Original file line number Diff line number Diff line change 55
66A module for providing a pure-Python HTTP/2 framing layer.
77"""
8- __version__ = '6.0.0+dev '
8+ __version__ = '6.0.0'
You can’t perform that action at this time.
0 commit comments