Skip to content

Commit 4dc3ad0

Browse files
committed
Bumps version to 3.0.17
1 parent 37d585c commit 4dc3ad0

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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/

celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from __future__ import absolute_import
99

1010
SERIES = '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
__contact__ = '[email protected]'

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/

0 commit comments

Comments
 (0)