Update tornado
This commit is contained in:
Regular → Executable
+4
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user