Browse Source

Adds introduction to what'snew

Ask Solem 13 years ago
parent
commit
b2a0f41cd5
2 changed files with 16 additions and 1 deletions
  1. 1 0
      Changelog
  2. 15 1
      docs/whatsnew-2.5.rst

+ 1 - 0
Changelog

@@ -7,6 +7,7 @@
 
 .. _version-2.5.0:
 
+
 2.5.0
 =====
 :release-date: 2011-02-24 02:00 P.M GMT

+ 15 - 1
docs/whatsnew-2.5.rst

@@ -3,11 +3,25 @@
 ==========================
  What's new in Celery 2.5
 ==========================
-:release-date: 2011-02-24 04:00 P.M GMT
 
 .. contents::
     :local:
 
+After the hard work of countless contributors, four months in the making
+we are proud to present the 2.5 version of Celery.
+
+While this version is backward compatible with previous versions
+it is important that you read the following section.
+
+This version is officially supported on CPython 2.5, 2.6, 2.7, 3.2 and 3.3,
+as well as PyPy and Jython.
+
+If you use Celery in combination with Django you must also
+read the `django-celery changelog`_ and upgrade to `django-celery 2.5`_.
+
+.. _`django-celery changelog`: http://bit.ly/djcelery-25-changelog
+.. _`django-celery 2.5`: http://pypi.python.org/pypi/django-celery/
+
 .. _v250-important:
 
 Important Notes