@@ -1,9 +1,9 @@
-==============
-Change history
+================
+ Change history
-1.0.0 [xxxx-xx-xx xx:xx x.x xxx]
-================================
+1.0.0 [2010-02-10 04:00 P.M CEST]
+=================================
BACKWARD INCOMPATIBLE CHANGES
-----------------------------
@@ -1,6 +1,6 @@
"""Distributed Task Queue"""
-VERSION = (0, 9, 8)
+VERSION = (1, 0, 0)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
-:Version: 1.0.0-pre4
+:Version: 1.0.0
:Keywords: task queue, job queue, asynchronous, rabbitmq, amqp, redis,
django, python, webhooks, queue, distributed