Browse Source

Bumped version to 1.0.0

Ask Solem 15 years ago
parent
commit
6525518df5
3 changed files with 7 additions and 7 deletions
  1. 5 5
      Changelog
  2. 1 1
      celery/__init__.py
  3. 1 1
      docs/includes/introduction.txt

+ 5 - 5
Changelog

@@ -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 - 1
celery/__init__.py

@@ -1,6 +1,6 @@
 """Distributed Task Queue"""
 
-VERSION = (0, 9, 8)
+VERSION = (1, 0, 0)
 
 __version__ = ".".join(map(str, VERSION))
 __author__ = "Ask Solem"

+ 1 - 1
docs/includes/introduction.txt

@@ -1,6 +1,6 @@
 .. 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