We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98f3e5 commit 3e3e4f8Copy full SHA for 3e3e4f8
HISTORY.rst
@@ -1,6 +1,16 @@
1
Release History
2
===============
3
4
+2.7.0dev0
5
+---------
6
+
7
+API Changes (Backward-Compatible)
8
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
10
+Bugfixes
11
+~~~~~~~~
12
13
14
2.6.0 (2017-02-28)
15
------------------
16
docs/source/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = '2.6.0'
+version = '2.7.0dev0'
59
# The full version, including alpha/beta/rc tags.
60
-release = '2.6.0'
+release = '2.7.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__ = '2.6.0'
+__version__ = '2.7.0dev0'
0 commit comments