diff --git a/README.rst b/README.rst index 68ef94bfff4..b5534278a84 100644 --- a/README.rst +++ b/README.rst @@ -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 -- diff --git a/celery/__init__.py b/celery/__init__.py index ca3bd918dcc..0aa88032cf5 100644 --- a/celery/__init__.py +++ b/celery/__init__.py @@ -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__ = 'ask@celeryproject.org' diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index d125254ebf5..1b884753d63 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -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/