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