Skip to content

Commit 3e3e4f8

Browse files
committed
Prepare for 2.7 release cycle
1 parent e98f3e5 commit 3e3e4f8

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

HISTORY.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release History
22
===============
33

4+
2.7.0dev0
5+
---------
6+
7+
API Changes (Backward-Compatible)
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
Bugfixes
11+
~~~~~~~~
12+
13+
414
2.6.0 (2017-02-28)
515
------------------
616

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '2.6.0'
58+
version = '2.7.0dev0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '2.6.0'
60+
release = '2.7.0dev0'
6161

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

h2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
66
A HTTP/2 implementation.
77
"""
8-
__version__ = '2.6.0'
8+
__version__ = '2.7.0dev0'

0 commit comments

Comments
 (0)