]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Set version to 3.1. v3.1.0
authorBen Darnell <ben@bendarnell.com>
Sat, 15 Jun 2013 18:15:54 +0000 (14:15 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 15 Jun 2013 18:15:54 +0000 (14:15 -0400)
setup.py
tornado/__init__.py

index f06d5770371625b3e56f1dd7496e7eb7b1da60f1..3a7b19cb9499b659449d613aa5c6ee39864280f3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ except ImportError:
 
 kwargs = {}
 
-version = "3.1b1"
+version = "3.1"
 
 with open('README.rst') as f:
     long_description = f.read()
index 4a264c354ad9cf2b89e130303e35d7b30f478789..02363e88446aade09f1edf22f0329b4b19130933 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.1b1"
-version_info = (3, 1, 0, -98)
+version = "3.1"
+version_info = (3, 1, 0, 0)