]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Bump version number in the master branch
authorBen Darnell <ben@bendarnell.com>
Fri, 7 Oct 2011 08:07:58 +0000 (01:07 -0700)
committerBen Darnell <ben@bendarnell.com>
Fri, 7 Oct 2011 08:08:13 +0000 (01:08 -0700)
setup.py
tornado/__init__.py

index 8ef49bfb5d83c677d8d8b8e09e18803b9ee18cd9..9987bb16672d08fd4f324792c1b320bbf919803e 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.1"
+version = "2.1.1git"
 
 if major >= 3:
     import setuptools  # setuptools is required for use_2to3
index c975de776a81e44fb3e2d6d3c94550c3474484d7..ea48b0f02a5a072ced7d25e8997d6c7ea86ec35b 100644 (file)
@@ -16,5 +16,5 @@
 
 """The Tornado web server and tools."""
 
-version = "2.1.1"
+version = "2.1.1git"
 version_info = (2, 1, 1)