File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
.. image :: http://cloud.github.com/downloads/celery/celery/celery_128.png
6
6
7
- :Version: 3.0.24 (Chiastic Slide)
7
+ :Version: 3.0.25 (Chiastic Slide)
8
8
:Web: http://celeryproject.org/
9
9
:Download: http://pypi.python.org/pypi/celery/
10
10
:Source: http://github.com/celery/celery/
Original file line number Diff line number Diff line change 8
8
from __future__ import absolute_import
9
9
10
10
SERIES = 'Chiastic Slide'
11
- VERSION = (3 , 0 , 24 )
11
+ VERSION = (3 , 0 , 25 )
12
12
__version__ = '.' .join (str (p ) for p in VERSION [0 :3 ]) + '' .join (VERSION [3 :])
13
13
__author__ = 'Ask Solem'
14
14
__contact__ = 'ask@celeryproject.org'
Original file line number Diff line number Diff line change 1
- :Version: 3.0.24 (Chiastic Slide)
1
+ :Version: 3.0.25 (Chiastic Slide)
2
2
:Web: http://celeryproject.org/
3
3
:Download: http://pypi.python.org/pypi/celery/
4
4
:Source: http://github.com/celery/celery/
You can’t perform that action at this time.
0 commit comments