Skip to content

Commit

Permalink
(wups forgot some changelog entries) Bumped version to 0.3.2 and updated
Browse files Browse the repository at this point in the history
Changelog
  • Loading branch information
Ask Solem committed Jun 9, 2009
1 parent 2934fd5 commit f0dde06
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog
Expand Up @@ -2,6 +2,14 @@
Change history
==============

0.3.2 [2009-06-08 01:07 P.M CET] askh@opera.com
-----------------------------------------------

* celeryd: Added option ``--discard``: Discard (delete!) all waiting
messages in the queue.

* celeryd: The ``--wakeup-after`` option was not handled as a float.

0.3.1 [2009-06-08 01:07 P.M CET] askh@opera.com
-----------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@
celery - Distributed Task Queue for Django.
============================================

:Version: 0.3.1
:Version: 0.3.2

Introduction
============
Expand Down
2 changes: 1 addition & 1 deletion celery/__init__.py
@@ -1,5 +1,5 @@
"""Distributed Task Queue for Django"""
VERSION = (0, 3, 1)
VERSION = (0, 3, 2)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"
Expand Down

0 comments on commit f0dde06

Please sign in to comment.