]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Version number bump for 2.2.1 v2.2.1
authorBen Darnell <ben@bendarnell.com>
Tue, 24 Apr 2012 05:04:06 +0000 (22:04 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 24 Apr 2012 05:04:06 +0000 (22:04 -0700)
setup.py
tornado/__init__.py

index 495459e7d6127023bb05fceb3c2302ea38b9bc19..cbf3e5f3162e66e22235bba23625b850ccb573cb 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ if "linux" in sys.platform.lower() and not python_26:
     extensions.append(distutils.core.Extension(
         "tornado.epoll", ["tornado/epoll.c"]))
 
-version = "2.2"
+version = "2.2.1"
 
 if major >= 3:
     import setuptools  # setuptools is required for use_2to3
index f13041e41ed9c1e7c59954bee78fe51d7ffbfe58..45d1b7ef4580ea45960b6e6c53514f88798aa8e7 100644 (file)
@@ -23,5 +23,5 @@
 # is zero for an official release, positive for a development branch,
 # or negative for a release candidate (after the base version number
 # has been incremented)
-version = "2.2"
-version_info = (2, 2, 0, 0)
+version = "2.2.1"
+version_info = (2, 2, 1, 0)