]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version number to 3.1.1 v3.1.1
authorBen Darnell <ben@bendarnell.com>
Sun, 1 Sep 2013 18:21:36 +0000 (14:21 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 1 Sep 2013 18:21:36 +0000 (14:21 -0400)
setup.py
tornado/__init__.py

index 3a7b19cb9499b659449d613aa5c6ee39864280f3..94967a0b8d3330e1c7479257cc5aca597a084303 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ except ImportError:
 
 kwargs = {}
 
-version = "3.1"
+version = "3.1.1"
 
 with open('README.rst') as f:
     long_description = f.read()
index 02363e88446aade09f1edf22f0329b4b19130933..de9f4548b08a3feca8d68c8a149042d5ad061cc9 100644 (file)
@@ -25,5 +25,5 @@ from __future__ import absolute_import, division, print_function, with_statement
 # is zero for an official release, positive for a development branch,
 # or negative for a release candidate or beta (after the base version
 # number has been incremented)
-version = "3.1"
-version_info = (3, 1, 0, 0)
+version = "3.1.1"
+version_info = (3, 1, 1, 0)