File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828- Fixed Django 1.10 compatibility issue in scheduler
2929
3030 Fix contributed by Mathieu Fenniak.
31-
31+
3232- Fixed Django 1.10 compatibility issue in management commands
3333
3434 Fix contributed by Stranger6667, yjmade and Vytis Banaitis.
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.2.0
7+ :Version: 3.2.1
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 66import os
77import sys
88
9- VERSION = (3 , 2 , 0 )
9+ VERSION = (3 , 2 , 1 )
1010__version__ = '.' .join (map (str , VERSION [0 :3 ])) + '' .join (VERSION [3 :])
1111__author__ = 'Ask Solem'
1212__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.2.0
7+ :Version: 3.2.1
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