]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 4.4 v4.4.0
authorBen Darnell <ben@bendarnell.com>
Fri, 15 Jul 2016 14:53:37 +0000 (10:53 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 15 Jul 2016 14:53:37 +0000 (10:53 -0400)
docs/releases/v4.4.0.rst
setup.py
tornado/__init__.py

index caa62e1393aaaec1cbea0627c8604517bb9ad09b..fa7c81702af90b334448f82bd1005faf48a75435 100644 (file)
@@ -1,8 +1,8 @@
 What's new in Tornado 4.4
 =========================
 
-In progress
------------
+Jul 15, 2016
+------------
 
 General
 ~~~~~~~
index a64bc3aebf59a17f85387f3650019426d225eb13..836c3632c49950aa97dcf964cfee6f0fc9387ad9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.4b1"
+version = "4.4"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 7fe00e1263a354a4b34bb67f22a873dd2f6b8a48..140d1711ef0228b8571472b49b57da40494025c7 100644 (file)
@@ -25,5 +25,5 @@ from __future__ import absolute_import, division, print_function, with_statement
 # is zero for an official release, positive for a development branch,
 # or negative for a release candidate or beta (after the base version
 # number has been incremented)
-version = "4.4b1"
-version_info = (4, 4, 0, -99)
+version = "4.4"
+version_info = (4, 4, 0, 0)