]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Bump version number to 2.4.post3
authorBen Darnell <ben@bendarnell.com>
Wed, 13 Feb 2013 18:30:18 +0000 (13:30 -0500)
committerBen Darnell <ben@bendarnell.com>
Wed, 13 Feb 2013 18:30:18 +0000 (13:30 -0500)
setup.py
tornado/__init__.py

index a91acb56d7e22baffdabdaa8a9b99f45621b7fc3..09b46f4af180509411da672b34ab991d9b8220c6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ except ImportError:
 
 kwargs = {}
 
-version = "2.4.post2"
+version = "2.4.post3"
 
 distutils.core.setup(
     name="tornado",
index b8c645f12608a192274a47049505ad0c6b864e86..609e2c0539ba4b7cad6d1713dd89663551bba6be 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 (after the base version number
 # has been incremented)
-version = "2.4.post2"
-version_info = (2, 4, 0, 2)
+version = "2.4.post3"
+version_info = (2, 4, 0, 3)