File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
- 3.2.0dev0
5
- ---------
4
+ 3.1.1 (2019-08-02)
5
+ ------------------
6
+
7
+ Bugfixes
8
+ ~~~~~~~~
9
+
10
+ - Ignore WINDOW_UPDATE and RST_STREAM frames received after stream
11
+ closure.
6
12
7
13
8
14
3.1.0 (2019-01-22)
Original file line number Diff line number Diff line change 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '3.2.0 '
58
+ version = '3.1.1 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '3.2.0dev0 '
60
+ release = '3.1.1 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 5
5
6
6
A HTTP/2 implementation.
7
7
"""
8
- __version__ = '3.2.0dev0 '
8
+ __version__ = '3.1.1 '
You can’t perform that action at this time.
0 commit comments