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

index c485707c2f6bb93e47bc228cc7d6fffb64a9e520..c22e2eda3e6c591751ba93e2fa09abc1bf9838aa 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -108,7 +108,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "4.0b1"
+version = "4.0b2"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index 5e90b7705a4453d26e800a7513d496c30594e088..5f67b2c434834f71b3f2b45536a77c7698e4f537 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.0b1"
-version_info = (4, 0, 0, -99)
+version = "4.0b2"
+version_info = (4, 0, 0, -98)