@@ -1,6 +1,6 @@
"""Distributed Task Queue"""
-VERSION = (2, 0, 2)
+VERSION = (2, 1, 0)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
@@ -1,4 +1,4 @@
-:Version: 2.0.2
+:Version: 2.1.0
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/ask/celery/