Skip to content

Commit 102a70c

Browse files
committed
Begin v6 release cycle
1 parent db8e201 commit 102a70c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Release History
22
===============
33

4+
6.0.0dev0
5+
---------
6+
47
5.0.0 (2017-03-07)
58
------------------
69

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '5.0.0'
57+
version = '6.0.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '5.0.0'
59+
release = '6.0.0dev0'
6060

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

hyperframe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
66
A module for providing a pure-Python HTTP/2 framing layer.
77
"""
8-
__version__ = '5.0.0'
8+
__version__ = '6.0.0dev0'

0 commit comments

Comments
 (0)