Skip to content

Commit

Permalink
Bumps version to 2.5.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Dec 28, 2011
1 parent 0d6db64 commit 98de497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

:Version: 2.5.0b1
:Version: 2.5.0rc1
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/ask/celery/
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 @@

from __future__ import absolute_import

VERSION = (2, 5, 0, "b1")
VERSION = (2, 5, 0, "rc1")
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
__contact__ = "[email protected]"
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.5.0b1
:Version: 2.5.0rc1
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/ask/celery/
Expand Down

0 comments on commit 98de497

Please sign in to comment.