Skip to content

Commit d605fad

Browse files
committed
Bump development version to 3.1.1dev0
Following the release of 3.1.1
1 parent 2d51125 commit d605fad

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.1.1dev0
5+
---------
6+
7+
48
3.1.1 (2019-08-02)
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.1'
58+
version = '3.1.1dev0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.1.1'
60+
release = '3.1.1dev0'
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.1'
8+
__version__ = '3.1.1dev0'

0 commit comments

Comments
 (0)