]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 4.0.1. v4.0.1
authorBen Darnell <ben@bendarnell.com>
Tue, 12 Aug 2014 13:11:20 +0000 (09:11 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 12 Aug 2014 13:11:20 +0000 (09:11 -0400)
docs/releases/v4.0.1.rst
setup.py
tornado/__init__.py

index 4221e328c95e296227cc87388bd8c96fdd4dafde..855b5ec441018f80e8043aee770cc1462be806bd 100644 (file)
@@ -1,8 +1,8 @@
 What's new in Tornado 4.0.1
 ===========================
 
-In progress
------------
+Aug 12, 2014
+------------
 
 * The build will now fall back to pure-python mode if the C extension
   fails to build for any reason (previously it would fall back for some
index 362bfc0385876c5e69076583866d0fc5c5b14e7c..3e6e5b32a0d17e5f545707842055c492c511e7be 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.1b1"
+version = "4.0.1"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 614146626c169253c240169fd5dcfa04d0c37b97..eefe0f2c30a4dae018eb5e467fc07d0418e817e3 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.1b1"
+version = "4.0.1"
 version_info = (4, 0, 1, -100)