We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8919114 commit 9d6fd8eCopy full SHA for 9d6fd8e
HISTORY.rst
@@ -1,6 +1,10 @@
1
Release History
2
===============
3
4
+3.2.0dev0
5
+---------
6
+
7
8
3.1.0 (2019-01-22)
9
------------------
10
docs/source/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = '3.1.0'
+version = '3.2.0'
59
# The full version, including alpha/beta/rc tags.
60
-release = '3.1.0'
+release = '3.2.0dev0'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
h2/__init__.py
@@ -5,4 +5,4 @@
A HTTP/2 implementation.
"""
-__version__ = '3.1.0'
+__version__ = '3.2.0dev0'
0 commit comments