Forráskód Böngészése

Bumps version to 2.2.9

Ask Solem 13 éve
szülő
commit
b41fd1080c
3 módosított fájl, 10 hozzáadás és 2 törlés
  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::
     :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:
 
 2.2.8

+ 1 - 1
celery/__init__.py

@@ -5,7 +5,7 @@
 import os
 import sys
 
-VERSION = (2, 2, 8)
+VERSION = (2, 2, 9)
 
 __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.8
+:Version: 2.2.9
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/ask/celery/