@@ -4,7 +4,7 @@ celery - Distributed Task Queue for Django.
:Authors:
Ask Solem (askh@opera.com)
-:Version: 0.1.4
+:Version: 0.1.5
Introduction
------------
@@ -1,5 +1,5 @@
"""Distributed Task Queue for Django"""
-VERSION = (0, 1, 4)
+VERSION = (0, 1, 5)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"