Skip to content

Commit 9dbfa13

Browse files
committed
v2.6.2
1 parent 4a1f877 commit 9dbfa13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release History
22
===============
33

4-
2.6.2dev0
5-
---------
4+
2.6.2 (2017-04-03)
5+
------------------
66

77
Bugfixes
88
~~~~~~~~

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '2.6.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '2.6.2dev0'
60+
release = '2.6.2'
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__ = '2.6.2dev0'
8+
__version__ = '2.6.2'

0 commit comments

Comments
 (0)