Skip to content

Commit cc484b8

Browse files
author
Ask Solem
committed
Bumped version to 1.1.3
1 parent f4b7678 commit cc484b8

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: 1.1.2
7+
:Version: 1.1.3
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,6 +1,6 @@
11
"""Distributed Task Queue"""
22

3-
VERSION = (1, 1, 2)
3+
VERSION = (1, 1, 3)
44

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

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
22

3-
:Version: 1.1.2
3+
:Version: 1.1.3
44
:Web: http://celeryproject.org/
55
:Download: http://pypi.python.org/pypi/celery/
66
:Source: http://github.com/ask/celery/

0 commit comments

Comments
 (0)