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 28
28
- Fixed Django 1.10 compatibility issue in scheduler
29
29
30
30
Fix contributed by Mathieu Fenniak.
31
-
31
+
32
32
- Fixed Django 1.10 compatibility issue in management commands
33
33
34
34
Fix contributed by Stranger6667, yjmade and Vytis Banaitis.
Original file line number Diff line number Diff line change 4
4
5
5
.. image :: http://cloud.github.com/downloads/celery/celery/celery_128.png
6
6
7
- :Version: 3.2.0
7
+ :Version: 3.2.1
8
8
:Web: http://celeryproject.org/
9
9
:Download: http://pypi.python.org/pypi/django-celery/
10
10
:Source: http://github.com/celery/django-celery/
Original file line number Diff line number Diff line change 6
6
import os
7
7
import sys
8
8
9
- VERSION = (3 , 2 , 0 )
9
+ VERSION = (3 , 2 , 1 )
10
10
__version__ = '.' .join (map (str , VERSION [0 :3 ])) + '' .join (VERSION [3 :])
11
11
__author__ = 'Ask Solem'
12
12
Original file line number Diff line number Diff line change 4
4
5
5
.. image :: http://cloud.github.com/downloads/celery/celery/celery_128.png
6
6
7
- :Version: 3.2.0
7
+ :Version: 3.2.1
8
8
:Web: http://celeryproject.org/
9
9
:Download: http://pypi.python.org/pypi/django-celery/
10
10
:Source: http://github.com/celery/django-celery/
You can’t perform that action at this time.
0 commit comments