File tree 3 files changed +11
-3
lines changed 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
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
+
4
12
4.0.0 (2016-03-13)
5
13
------------------
6
14
Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# The short X.Y version.
57
- version = '4.0.0 '
57
+ version = '4.0.1 '
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '4.0.0 '
59
+ release = '4.0.1 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
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__ = '4.0.0 '
8
+ __version__ = '4.0.1 '
You can’t perform that action at this time.
0 commit comments