Skip to content

Commit 0621c6f

Browse files
committed
Bumped version to 2.2.0rc5
1 parent 7d8e0f9 commit 0621c6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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_favicon_128.png
66

7-
:Version: 2.2.0rc2
7+
:Version: 2.2.0rc5
88
:Web: http://celeryproject.org/
99
:Download: http://pypi.python.org/pypi/django-celery/
1010
:Source: http://github.com/ask/django-celery/

djcelery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33

44

5-
VERSION = (2, 2, 0, "rc2")
5+
VERSION = (2, 2, 0, "rc5")
66

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

docs/introduction.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_favicon_128.png
66

7-
:Version: 2.2.0rc2
7+
:Version: 2.2.0rc5
88
:Web: http://celeryproject.org/
99
:Download: http://pypi.python.org/pypi/django-celery/
1010
:Source: http://github.com/ask/django-celery/

0 commit comments

Comments
 (0)