Skip to content

Commit d0f0e11

Browse files
committed
Bumps version to 3.2.1
1 parent 5910af7 commit d0f0e11

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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.

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/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/

djcelery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import 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__ = '[email protected]'

docs/introduction.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/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/

0 commit comments

Comments
 (0)