File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
1717
1818- Now depends on kombu 2.5.8
1919
20+ - Now depends on billiard 2.7.3.23
21+
2022- RabbitMQ/Redis: thread-less and lock-free rate-limit implementation.
2123
2224 This means that rate limits pose minimal overhead when used with
Original file line number Diff line number Diff line change 44
55.. image :: http://cloud.github.com/downloads/celery/celery/celery_128.png
66
7- :Version: 3.0.16 (Chiastic Slide)
7+ :Version: 3.0.17 (Chiastic Slide)
88:Web: http://celeryproject.org/
99:Download: http://pypi.python.org/pypi/celery/
1010:Source: http://github.com/celery/celery/
Original file line number Diff line number Diff line change 88from __future__ import absolute_import
99
1010SERIES = 'Chiastic Slide'
11- VERSION = (3 , 0 , 16 )
11+ VERSION = (3 , 0 , 17 )
1212__version__ = '.' .join (map (str , VERSION [0 :3 ])) + '' .join (VERSION [3 :])
1313__author__ = 'Ask Solem'
1414
Original file line number Diff line number Diff line change 1- :Version: 3.0.16 (Chiastic Slide)
1+ :Version: 3.0.17 (Chiastic Slide)
22:Web: http://celeryproject.org/
33:Download: http://pypi.python.org/pypi/celery/
44:Source: http://github.com/celery/celery/
You can’t perform that action at this time.
0 commit comments