Skip to content

Commit

Permalink
Bumps version to 3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Apr 17, 2013
1 parent c4c3973 commit 9979100
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

.. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png

:Version: 3.0.18 (Chiastic Slide)
:Version: 3.0.19 (Chiastic Slide)
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/celery/celery/
:Keywords: task queue, job queue, asynchronous, rabbitmq, amqp, redis,
:Keywords: task queue, job queue, asynchronous, async, rabbitmq, amqp, redis,
python, webhooks, queue, distributed

--
Expand Down
2 changes: 1 addition & 1 deletion celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from __future__ import absolute_import

SERIES = 'Chiastic Slide'
VERSION = (3, 0, 18)
VERSION = (3, 0, 19)
__version__ = '.'.join(str(p) for p in VERSION[0:3]) + ''.join(VERSION[3:])
__author__ = 'Ask Solem'
__contact__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:Version: 3.0.18 (Chiastic Slide)
:Version: 3.0.19 (Chiastic Slide)
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/celery/celery/
Expand Down

0 comments on commit 9979100

Please sign in to comment.