浏览代码

Bumps version to 2.2.9

Ask Solem 13 年之前
父节点
当前提交
b41fd1080c
共有 3 个文件被更改,包括 10 次插入2 次删除
  1. 8 0
      Changelog
  2. 1 1
      celery/__init__.py
  3. 1 1
      docs/includes/introduction.txt

+ 8 - 0
Changelog

@@ -5,6 +5,14 @@
 .. contents::
 .. contents::
     :local:
     :local:
 
 
+.. _version-2.2.9:
+
+2.2.9
+=====
+:release-date: 2011-12-13 11:00 A.M GMT
+
+* The group id was not changed if both ``--uid`` and ``--gid`` specified.
+
 .. _version-2.2.8:
 .. _version-2.2.8:
 
 
 2.2.8
 2.2.8

+ 1 - 1
celery/__init__.py

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

+ 1 - 1
docs/includes/introduction.txt

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