]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 3.2. v3.2.0
authorBen Darnell <ben@bendarnell.com>
Tue, 14 Jan 2014 13:41:27 +0000 (08:41 -0500)
committerBen Darnell <ben@bendarnell.com>
Tue, 14 Jan 2014 13:41:27 +0000 (08:41 -0500)
setup.py
tornado/__init__.py

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