From: Ben Darnell Date: Thu, 22 Sep 2011 07:31:28 +0000 (-0700) Subject: Bump version number in the master branch X-Git-Tag: v2.1.1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe955fec3905a230ce72743064898e50ea1424ff;p=thirdparty%2Ftornado.git Bump version number in the master branch --- diff --git a/setup.py b/setup.py index 5e4eb8721..c3e456dc5 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.1" +version = "2.1git" if major >= 3: import setuptools # setuptools is required for use_2to3 diff --git a/tornado/__init__.py b/tornado/__init__.py index 1df0a4afe..338b534b9 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -16,5 +16,5 @@ """The Tornado web server and tools.""" -version = "2.1" +version = "2.1git" version_info = (2, 1, 0)