Skip to content

Commit f95a139

Browse files
committed
Bumps version to 3.0.25
1 parent da28e3c commit f95a139

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.24 (Chiastic Slide)
7+
:Version: 3.0.25 (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, 24)
11+
VERSION = (3, 0, 25)
1212
__version__ = '.'.join(str(p) for p in VERSION[0:3]) + ''.join(VERSION[3:])
1313
__author__ = 'Ask Solem'
1414
__contact__ = 'ask@celeryproject.org'

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.24 (Chiastic Slide)
1+
:Version: 3.0.25 (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)