@@ -2,6 +2,12 @@
Change history
==============
+0.3.3 [2009-06-08 01:07 P.M CET] askh@opera.com
+-----------------------------------------------
+
+ * The ``PeriodicWorkController`` now sleeps for 1 second between checking
+ for periodic tasks to execute.
0.3.2 [2009-06-08 01:07 P.M CET] askh@opera.com
-----------------------------------------------
@@ -2,7 +2,7 @@
celery - Distributed Task Queue for Django.
============================================
-:Version: 0.3.2
+:Version: 0.3.3
Introduction
============
@@ -1,5 +1,5 @@
"""Distributed Task Queue for Django"""
-VERSION = (0, 3, 2)
+VERSION = (0, 3, 3)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"