]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 4.0.2 v4.0.2
authorBen Darnell <ben@bendarnell.com>
Thu, 11 Sep 2014 03:47:51 +0000 (23:47 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 11 Sep 2014 03:47:51 +0000 (23:47 -0400)
docs/releases/v4.0.2.rst
setup.py
tornado/__init__.py

index 9f92e2ee778850e0ba2dd4f333c258d635fd34a4..1dab6125922f048b5888fffb30f4d41dc80ebe0e 100644 (file)
@@ -1,8 +1,8 @@
 What's new in Tornado 4.0.2
 ===========================
 
-In progress
------------
+Sept 10, 2014
+-------------
 
 Bug fixes
 ~~~~~~~~~
index e99200a7777ed393d5c4b4b26285416f3fcdfe0f..55ba8caf2aa6a0ad01d39a59c9439f3a18a0310e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -98,7 +98,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.0.2.dev1"
+version = "4.0.2"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 6e444ca7e8195d4f250172c45a3d15eed631c37f..ac2112fe5f91f383b7d0e0bcb651d912abd5f4de 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.0.2.dev1"
-version_info = (4, 0, 2, -100)
+version = "4.0.2"
+version_info = (4, 0, 2, 0)