File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55.. image :: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
66
7- :Version: 1.1.0
7+ :Version: 1.1.1
88:Web: http://celeryproject.org/
99:Download: http://pypi.python.org/pypi/celery/
1010:Source: http://github.com/ask/celery/
Original file line number Diff line number Diff line change 11"""Distributed Task Queue"""
22
3- VERSION = (1 , 1 , 0 )
3+ VERSION = (1 , 1 , 1 )
44
55__version__ = "." .join (map (str , VERSION [0 :3 ])) + "" .join (VERSION [3 :])
66__author__ = "Ask Solem"
Original file line number Diff line number Diff line change 11.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
22
3- :Version: 1.1.0
3+ :Version: 1.1.1
44:Web: http://celeryproject.org/
55:Download: http://pypi.python.org/pypi/celery/
66:Source: http://github.com/ask/celery/
You can’t perform that action at this time.
0 commit comments