@@ -4,7 +4,7 @@
.. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
-:Version: 3.1.0rc6 (Cipater)
+:Version: 3.1.0 (Cipater)
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/celery/celery/
@@ -8,7 +8,7 @@
from __future__ import absolute_import
SERIES = 'Cipater'
-VERSION = (3, 1, 0, 'rc6')
+VERSION = (3, 1, 0)
__version__ = '.'.join(str(p) for p in VERSION[0:3]) + ''.join(VERSION[3:])
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
@@ -1,4 +1,4 @@