@@ -5,6 +5,15 @@
.. contents::
:local:
+.. _version-2.4.7:
+
+2.4.7
+=====
+:release-date: 2012-07-10 11:30 P.M GMT
+* This release only changes the Kombu dependency so that
+ version 2.2 is not installed (Issue #850).
.. _version-2.4.6:
2.4.6
@@ -4,7 +4,7 @@
.. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
-:Version: 2.4.6
+:Version: 2.4.7
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/ask/celery/
@@ -8,7 +8,7 @@ from __future__ import absolute_import
import os
import sys
-VERSION = (2, 4, 6)
+VERSION = (2, 4, 7)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
@@ -1,4 +1,4 @@