فهرست منبع

Bumps version to 2.2.10 and updates Changelog

Ask Solem 13 سال پیش
والد
کامیت
c4f068483b
4فایلهای تغییر یافته به همراه11 افزوده شده و 3 حذف شده
  1. 8 0
      Changelog
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py
  4. 1 1
      docs/includes/introduction.txt

+ 8 - 0
Changelog

@@ -5,6 +5,14 @@
 .. contents::
     :local:
 
+.. _version-2.2.10:
+
+2.2.10
+======
+:release-date: 2012-02-07 04:40 P.M GMT
+
+* Fixes infinite loop in ``safe_str`` (Issue #481).
+
 .. _version-2.2.9:
 
 2.2.9

+ 1 - 1
README.rst

@@ -4,7 +4,7 @@
 
 .. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
 
-:Version: 2.2.7
+:Version: 2.2.10
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/ask/celery/

+ 1 - 1
celery/__init__.py

@@ -5,7 +5,7 @@
 import os
 import sys
 
-VERSION = (2, 2, 9)
+VERSION = (2, 2, 10)
 
 __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
 __author__ = "Ask Solem"

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 2.2.9
+:Version: 2.2.10
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/ask/celery/