File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Release History
22===============
33
4+ 2.0.0 (2015-10-12)
5+ ------------------
6+
7+ - Remove unused ``HPACKEncodingError ``.
8+ - Add the shortcut ability to import the public API (``Encoder ``, ``Decoder ``,
9+ ``HPACKError ``, ``HPACKDecodingError ``) directly, rather than from
10+ ``hpack.hpack ``.
11+
4121.1.0 (2015-07-07)
513------------------
614
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '1.1 .0'
57+ version = '2.0 .0'
5858# The full version, including alpha/beta/rc tags.
59- release = '1.1 .0'
59+ release = '2.0 .0'
6060
6161# The language for content autogenerated by Sphinx. Refer to documentation
6262# for a list of supported languages.
Original file line number Diff line number Diff line change 88from .hpack import Encoder , Decoder
99from .exceptions import HPACKError , HPACKDecodingError
1010
11- __version__ = '1.1 .0'
11+ __version__ = '2.0 .0'
You can’t perform that action at this time.
0 commit comments