@@ -5,6 +5,18 @@
.. contents::
:local:
+.. _version-2.5.5:
+
+2.5.5
+=====
+:release-date: 2012-06-06 16:00 P.M BST
+:by: Ask Solem
+This is a dummy release performed for the following goals:
+- Protect against force upgrading to Kombu 2.2.0
+- Version parity with django-celery
.. _version-2.5.3:
2.5.3
@@ -4,7 +4,7 @@
.. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
-:Version: 2.5.3
+:Version: 2.5.5
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/celery/celery/
@@ -5,7 +5,7 @@
from __future__ import absolute_import
-VERSION = (2, 5, 3)
+VERSION = (2, 5, 5)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"
@@ -105,5 +105,5 @@ html_sidebars = {
if False:
issuetracker = "github"
- issuetracker_project = "ask/celery"
+ issuetracker_project = "celery/celery"
issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'
@@ -1,4 +1,4 @@