]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 4.0 v4.0.0
authorBen Darnell <ben@bendarnell.com>
Tue, 15 Jul 2014 12:42:27 +0000 (08:42 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 15 Jul 2014 12:42:27 +0000 (08:42 -0400)
setup.py
tornado/__init__.py

index 17f448e135ceb7e57f1fc9550db8ffac55abdbd6..f0877369e82a674b752ec7f44074e2a535e804f3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -108,7 +108,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.0b3"
+version = "4.0"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index b2efc89a747843a04c97f51899f5030c5261d45c..fe85e222469ebc946eeb1ba22c0a1999c98fc489 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.0b3"
-version_info = (4, 0, 0, -97)
+version = "4.0"
+version_info = (4, 0, 0, 0)