瀏覽代碼

Bumps version to 3.1.22 and updates Changelog

Ask Solem 9 年之前
父節點
當前提交
cf83ecb91f
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      Changelog
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py
  4. 1 1
      docs/includes/introduction.txt

+ 1 - 1
Changelog

@@ -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``)

+ 1 - 1
README.rst

@@ -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/

+ 1 - 1
celery/__init__.py

@@ -19,7 +19,7 @@ version_info_t = namedtuple(
 )
 
 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__ = 'ask@celeryproject.org'

+ 1 - 1
docs/includes/introduction.txt

@@ -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/