فهرست منبع

Bumps version 2.4.6

Ask Solem 13 سال پیش
والد
کامیت
8dc00910cf
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.4.6:
+
+2.4.6
+=====
+:release-date: 2011-12-28 12:20 P.M GMT
+
+* The group id was not changed if both ``--uid`` and ``--gid`` specified.
+
 .. _version-2.4.5:
 
 2.4.5

+ 1 - 1
README.rst

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

+ 1 - 1
celery/__init__.py

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