Skip to content

Commit

Permalink
Bumps version to 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Dec 13, 2011
1 parent 4afc52c commit b41fd10
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit b41fd10

Please sign in to comment.