Skip to content

Commit 11e98c4

Browse files
author
Omer Katz
committed
Bump version to 3.1.26.
1 parent eb70a2e commit 11e98c4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
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.1.25 (Cipater)
7+
:Version: 3.1.26 (Cipater)
88
:Web: http://celeryproject.org/
99
:Download: http://pypi.python.org/pypi/celery/
1010
:Source: http://github.com/celery/celery/
@@ -424,4 +424,3 @@ file in the top distribution directory for the full license text.
424424
.. image:: https://d2weczhvl823v0.cloudfront.net/celery/celery/trend.png
425425
:alt: Bitdeli badge
426426
:target: https://bitdeli.com/free
427-

celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
)
2020

2121
SERIES = 'Cipater'
22-
VERSION = version_info_t(3, 1, 25, '', '')
22+
VERSION = version_info_t(3, 1, 26, '', '')
2323
__version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
2424
__author__ = 'Ask Solem'
2525
__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.1.25 (Cipater)
1+
:Version: 3.1.26 (Cipater)
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)