Skip to content

Commit 21b2da8

Browse files
author
Ask Solem
committed
App branch: Bumped version to 2.2.0a1
1 parent b470ecc commit 21b2da8

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.1.0a5
7+
:Version: 2.2.0a1
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
@@ -1,7 +1,7 @@
11
"""Distributed Task Queue"""
22
import os
33

4-
VERSION = (2, 1, 0, "a5")
4+
VERSION = (2, 2, 0, "a1")
55

66
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
77
__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.1.0a5
1+
:Version: 2.2.0a1
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)