Update tornado

This commit is contained in:
Ruud
2012-07-07 09:29:32 +02:00
parent 57547fbd7c
commit 1018a7dd32
33 changed files with 1505 additions and 802 deletions
Regular → Executable
+4 -2
View File
@@ -16,6 +16,8 @@
"""The Tornado web server and tools."""
from __future__ import absolute_import, division, with_statement
# version is a human-readable version number.
# version_info is a four-tuple for programmatic comparison. The first
@@ -23,5 +25,5 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate (after the base version number
# has been incremented)
version = "2.2.1"
version_info = (2, 2, 1, 0)
version = "2.3.post1"
version_info = (2, 3, 0, 1)