]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 3.2b2 v3.2.0b2
authorBen Darnell <ben@bendarnell.com>
Wed, 8 Jan 2014 03:01:38 +0000 (22:01 -0500)
committerBen Darnell <ben@bendarnell.com>
Wed, 8 Jan 2014 03:01:38 +0000 (22:01 -0500)
setup.py
tornado/__init__.py

index 25eacd3a2445d5128e444194f5aa23262a98c5f5..8b8cece0ffab589517ae6a5d1ba8de733191c275 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ http://api.mongodb.org/python/current/installation.html#osx
 
 kwargs = {}
 
-version = "3.2b1"
+version = "3.2b2"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index bec636f3092578231198a2adf921a81cb358d9bd..1c194d97ab81d5aa439fe51278c58a829084909d 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 = "3.2b1"
-version_info = (3, 2, 0, -98)
+version = "3.2b2"
+version_info = (3, 2, 0, -97)