Skip to content

Commit e98f3e5

Browse files
committed
2.6.0
1 parent 4a4e2d4 commit e98f3e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

HISTORY.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release History
22
===============
33

4-
2.6.0dev0
5-
---------
4+
2.6.0 (2017-02-28)
5+
------------------
66

77
API Changes (Backward-Compatible)
88
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

0 commit comments

Comments
 (0)