Skip to content

Commit

Permalink
Bumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ask Solem committed Feb 10, 2010
1 parent e0235b2 commit 6525518
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion celery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Distributed Task Queue"""

VERSION = (0, 9, 8)
VERSION = (1, 0, 0)

__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 6525518

Please sign in to comment.