Skip to content

Commit

Permalink
Bumps version to 3.1.22 and updates Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Mar 7, 2016
1 parent 082dc1c commit cf83ecb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ new in Celery 3.1.
:release-by: Ask Solem

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

- **Programs**: :program:`celery multi`/:program:`celery worker --detach`
would create an extraneous logfile including literal formats (e.g. ``%I``)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

:Version: 3.1.21 (Cipater)
:Version: 3.1.22 (Cipater)
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/celery/celery/
Expand Down
2 changes: 1 addition & 1 deletion celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)

SERIES = 'Cipater'
VERSION = version_info_t(3, 1, 21, '', '')
VERSION = version_info_t(3, 1, 22, '', '')
__version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
__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.1.21 (Cipater)
:Version: 3.1.22 (Cipater)
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/celery/celery/
Expand Down

0 comments on commit cf83ecb

Please sign in to comment.