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