]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 4.2.0 v4.2.0
authorBen Darnell <ben@bendarnell.com>
Wed, 27 May 2015 01:46:05 +0000 (21:46 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 27 May 2015 01:46:05 +0000 (21:46 -0400)
docs/releases/v4.2.0.rst
setup.py
tornado/__init__.py

index 81476c0bd06e5b4ff906ca0df7b445c28b55e70b..2693b65310cc98fbc600cba31840a682a1f1734f 100644 (file)
@@ -1,8 +1,8 @@
 What's new in Tornado 4.2
 =========================
 
-In Progress
------------
+May 26, 2015
+------------
 
 Backwards-compatibility notes
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 8d98ff2c77a527b05242fe3e6dcccae7108e8443..9b81b2b8b5635e9550898340d5722b53d8d74bb1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -99,7 +99,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.2b1"
+version = "4.2"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 80f21ddd335fbc31f883ff34dc161281687cd69d..29e8704118086e80072dd21ee4f97ecfcf160b7d 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.2b1"
-version_info = (4, 2, 0, -99)
+version = "4.2"
+version_info = (4, 2, 0, 0)