]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 3.2.1 v3.2.1
authorBen Darnell <ben@bendarnell.com>
Tue, 6 May 2014 02:28:23 +0000 (22:28 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 6 May 2014 02:28:23 +0000 (22:28 -0400)
setup.py
tornado/__init__.py

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