From: Ben Darnell Date: Sun, 3 Mar 2013 23:22:52 +0000 (-0500) Subject: Bump version to 2.4.post4 X-Git-Tag: v3.0.0~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a522a2f1dcf5d24fd1fc3ae8a4a247d3cad69f81;p=thirdparty%2Ftornado.git Bump version to 2.4.post4 --- diff --git a/setup.py b/setup.py index 97ca6c577..ec092f141 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ except ImportError: kwargs = {} -version = "2.4.post3" +version = "2.4.post4" distutils.core.setup( name="tornado", diff --git a/tornado/__init__.py b/tornado/__init__.py index 609e2c053..aeb45a665 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.post3" -version_info = (2, 4, 0, 3) +version = "2.4.post4" +version_info = (2, 4, 0, 4)