Skip to content

Commit d39d6d5

Browse files
committed
Prepare for 2.4.4 release cycle.
1 parent 59650fc commit d39d6d5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

HISTORY.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Release History
22
===============
33

4+
2.4.4dev0
5+
---------
6+
47
2.4.3 (2017-01-27)
58
------------------
69

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '2.4.3'
58+
version = '2.4.4'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '2.4.3'
60+
release = '2.4.4dev0'
6161

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

h2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
66
A HTTP/2 implementation.
77
"""
8-
__version__ = '2.4.3'
8+
__version__ = '2.4.4dev0'

0 commit comments

Comments
 (0)