From: Ben Darnell Date: Tue, 24 Apr 2012 05:04:06 +0000 (-0700) Subject: Version number bump for 2.2.1 X-Git-Tag: v2.2.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d7f9f014ee2694648654dcbcda733dfdf2052b4;p=thirdparty%2Ftornado.git Version number bump for 2.2.1 --- diff --git a/setup.py b/setup.py index 495459e7d..cbf3e5f31 100644 --- 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 diff --git a/tornado/__init__.py b/tornado/__init__.py index f13041e41..45d1b7ef4 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -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)