Skip to content

Commit 621dc4b

Browse files
committed
v3.0.1
1 parent 0846c9a commit 621dc4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-
3.0.1dev0
5-
---------
4+
3.0.1 (2017-04-03)
5+
------------------
66

77
Bugfixes
88
~~~~~~~~

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '3.0.0'
58+
version = '3.0.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '3.0.0'
60+
release = '3.0.1'
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__ = '3.0.0'
8+
__version__ = '3.0.1'

0 commit comments

Comments
 (0)