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/celery/celery/celery_128.png
66
7- :Version: 3.0.10
7+ :Version: 3.0.11
88:Web: http://celeryproject.org/
99:Download: http://pypi.python.org/pypi/django-celery/
1010:Source: http://github.com/celery/django-celery/
Original file line number Diff line number Diff line change 55
66import os
77
8- VERSION = (3 , 0 , 10 )
8+ VERSION = (3 , 0 , 11 )
99__version__ = "." .join (map (str , VERSION [0 :3 ])) + "" .join (VERSION [3 :])
1010__author__ = "Ask Solem"
1111__contact__ = "ask@celeryproject.org"
Original file line number Diff line number Diff line change 44
55.. image :: http://cloud.github.com/downloads/celery/celery/celery_128.png
66
7- :Version: 3.0.10
7+ :Version: 3.0.11
88:Web: http://celeryproject.org/
99:Download: http://pypi.python.org/pypi/django-celery/
1010:Source: http://github.com/celery/django-celery/
You can’t perform that action at this time.
0 commit comments