Skip to content

Commit 8dc0091

Browse files
committed
Bumps version 2.4.6
1 parent 4925f8d commit 8dc0091

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
.. contents::
66
:local:
77

8+
.. _version-2.4.6:
9+
10+
2.4.6
11+
=====
12+
:release-date: 2011-12-28 12:20 P.M GMT
13+
14+
* The group id was not changed if both ``--uid`` and ``--gid`` specified.
15+
816
.. _version-2.4.5:
917

1018
2.4.5

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
66

7-
:Version: 2.4.5
7+
:Version: 2.4.6
88
:Web: http://celeryproject.org/
99
:Download: http://pypi.python.org/pypi/celery/
1010
:Source: http://github.com/ask/celery/

celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os
99
import sys
1010

11-
VERSION = (2, 4, 5)
11+
VERSION = (2, 4, 6)
1212

1313
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
1414
__author__ = "Ask Solem"

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:Version: 2.4.5
1+
:Version: 2.4.6
22
:Web: http://celeryproject.org/
33
:Download: http://pypi.python.org/pypi/celery/
44
:Source: http://github.com/ask/celery/

0 commit comments

Comments
 (0)