Skip to content

Commit 2d51125

Browse files
committed
Bump and release 3.1.1
1 parent f323918 commit 2d51125

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

HISTORY.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
Release History
22
===============
33

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.
612

713

814
3.1.0 (2019-01-22)

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '3.2.0'
58+
version = '3.1.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.2.0dev0'
60+
release = '3.1.1'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

h2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
66
A HTTP/2 implementation.
77
"""
8-
__version__ = '3.2.0dev0'
8+
__version__ = '3.1.1'

0 commit comments

Comments
 (0)