File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11Release History
22===============
33
4+ 4.0.1 (2016-03-13)
5+ ------------------
6+
7+ **Bugfixes **
8+
9+ - Fixed bug with the repr of ``AltSvcFrame ``, where building it could throw
10+ exceptions if the frame had been received from the network.
11+
4124.0.0 (2016-03-13)
513------------------
614
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '4.0.0 '
57+ version = '4.0.1 '
5858# The full version, including alpha/beta/rc tags.
59- release = '4.0.0 '
59+ release = '4.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 55
66A module for providing a pure-Python HTTP/2 framing layer.
77"""
8- __version__ = '4.0.0 '
8+ __version__ = '4.0.1 '
You can’t perform that action at this time.
0 commit comments