@@ -9,9 +9,8 @@
2.5.0
=====
-:release-date: 2011-02-24 04:00 P.M GMT
-:status: FROZEN
-:branch: master
+:release-date: 2011-02-24 02:00 P.M GMT
+:by: Ask Solem
See :ref:`whatsnew-2.5`.
@@ -4,7 +4,7 @@
.. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
-:Version: 2.5.0rc2
+:Version: 2.5.0
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/ask/celery/
@@ -5,7 +5,7 @@
from __future__ import absolute_import
-VERSION = (2, 5, 0, "rc2")
+VERSION = (2, 5, 0)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"
@@ -1,4 +1,4 @@