Skip to content

Commit cf83ecb

Browse files
committed
Bumps version to 3.1.22 and updates Changelog
1 parent 082dc1c commit cf83ecb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ new in Celery 3.1.
1616
:release-by: Ask Solem
1717

1818
- **Programs**: The worker would crash immediately on startup on
19-
``backend.as_uri()`` when using the database result backend (Issue #3094).
19+
``backend.as_uri()`` when using some result backends (Issue #3094).
2020

2121
- **Programs**: :program:`celery multi`/:program:`celery worker --detach`
2222
would create an extraneous logfile including literal formats (e.g. ``%I``)

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.1.21 (Cipater)
7+
:Version: 3.1.22 (Cipater)
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
@@ -19,7 +19,7 @@
1919
)
2020

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