Skip to content

Commit 9d6fd8e

Browse files
committed
Bump development version to 3.2.0dev0
Following the release of 3.1.0
1 parent 8919114 commit 9d6fd8e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release History
22
===============
33

4+
3.2.0dev0
5+
---------
6+
7+
48
3.1.0 (2019-01-22)
59
------------------
610

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.1.0'
58+
version = '3.2.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.1.0'
60+
release = '3.2.0dev0'
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.1.0'
8+
__version__ = '3.2.0dev0'

0 commit comments

Comments
 (0)