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.1 (2015-11-09)
5+ ------------------
6+
7+ - Fixed a bug where the Python HPACK implementation would only emit header
8+ table size changes for the total change between one header block and another,
9+ rather than for the entire sequence of changes.
10+
4112.0.0 (2015-10-12)
512------------------
613
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '2.0.0 '
57+ version = '2.0.1 '
5858# The full version, including alpha/beta/rc tags.
59- release = '2.0.0 '
59+ release = '2.0.1 '
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__ = '2.0.0 '
11+ __version__ = '2.0.1 '
You can’t perform that action at this time.
0 commit comments