From: Ben Darnell Date: Tue, 4 Oct 2011 16:59:49 +0000 (-0700) Subject: Set version number to 2.1.1 X-Git-Tag: v2.1.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa159286ff3e1b5e625fc42a717c628bf9491938;p=thirdparty%2Ftornado.git Set version number to 2.1.1 --- diff --git a/setup.py b/setup.py index c3e456dc5..8ef49bfb5 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.1git" +version = "2.1.1" if major >= 3: import setuptools # setuptools is required for use_2to3 diff --git a/tornado/__init__.py b/tornado/__init__.py index 338b534b9..c975de776 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -16,5 +16,5 @@ """The Tornado web server and tools.""" -version = "2.1git" -version_info = (2, 1, 0) +version = "2.1.1" +version_info = (2, 1, 1)