From: Ben Darnell Date: Wed, 13 Feb 2013 18:30:18 +0000 (-0500) Subject: Bump version number to 2.4.post3 X-Git-Tag: v3.0.0~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=336e134b33e8b770e78981ef0d9cd1805acba277;p=thirdparty%2Ftornado.git Bump version number to 2.4.post3 --- diff --git a/setup.py b/setup.py index a91acb56d..09b46f4af 100644 --- 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", diff --git a/tornado/__init__.py b/tornado/__init__.py index b8c645f12..609e2c053 100644 --- a/tornado/__init__.py +++ b/tornado/__init__.py @@ -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)