]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Bump version number in the master branch
authorBen Darnell <ben@bendarnell.com>
Thu, 22 Sep 2011 07:31:28 +0000 (00:31 -0700)
committerBen Darnell <ben@bendarnell.com>
Thu, 22 Sep 2011 07:32:21 +0000 (00:32 -0700)
setup.py
tornado/__init__.py

index 5e4eb87215912f5511d7634b18091269fd53a795..c3e456dc57c49e3fca2d22454b8b59775027c460 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.1"
+version = "2.1git"
 
 if major >= 3:
     import setuptools  # setuptools is required for use_2to3
index 1df0a4afe601b0151245afff27897789a7bc6552..338b534b9d6d298a01ee2959378b2b6f4100cf51 100644 (file)
@@ -16,5 +16,5 @@
 
 """The Tornado web server and tools."""
 
-version = "2.1"
+version = "2.1git"
 version_info = (2, 1, 0)