We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8e201 commit 102a70cCopy full SHA for 102a70c
HISTORY.rst
@@ -1,6 +1,9 @@
1
Release History
2
===============
3
4
+6.0.0dev0
5
+---------
6
+
7
5.0.0 (2017-03-07)
8
------------------
9
docs/source/conf.py
@@ -54,9 +54,9 @@
54
# built documents.
55
#
56
# The short X.Y version.
57
-version = '5.0.0'
+version = '6.0.0'
58
# The full version, including alpha/beta/rc tags.
59
-release = '5.0.0'
+release = '6.0.0dev0'
60
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
# for a list of supported languages.
hyperframe/__init__.py
@@ -5,4 +5,4 @@
A module for providing a pure-Python HTTP/2 framing layer.
"""
-__version__ = '5.0.0'
+__version__ = '6.0.0dev0'
0 commit comments