]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 3.2.2 branch3.2 v3.2.2
authorBen Darnell <ben@bendarnell.com>
Wed, 4 Jun 2014 03:30:18 +0000 (23:30 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 4 Jun 2014 03:30:18 +0000 (23:30 -0400)
setup.py
tornado/__init__.py

index 4de429426b1fe88411bb9d1620ab977253cafb69..c7c49becc9a69ee46f4d817d9696944a8577541a 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.1"
+version = "3.2.2"
 
 with open('README.rst') as f:
     kwargs['long_description'] = f.read()
index a0a38b07b259f300ffdb6975bc90a46f1f243788..65d07e1775e0608ebd3fad7e68d80eb530ab1702 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.1"
-version_info = (3, 2, 1, 0)
+version = "3.2.2"
+version_info = (3, 2, 2, 0)