Skip to content

Commit 4e115e5

Browse files
committed
Bumps version to 3.1.16 and updates Changelog
1 parent 778dc33 commit 4e115e5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Changelog

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
.. contents::
66
:local:
77

8+
.. _version-3.1.16:
9+
10+
3.1.16
11+
======
12+
:release-date: 2014-09-19 00:00 06:00 P.M UTC
13+
14+
- Fixed a problem with management commands hanging when
15+
``djcelery`` is added to ``INSTALLED_APPS``.
16+
817
.. _version-3.1.15:
918

1019
3.1.15

README.rst

+1-1
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.1.15
7+
:Version: 3.1.16
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import os
77

8-
VERSION = (3, 1, 15)
8+
VERSION = (3, 1, 16)
99
__version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
1010
__author__ = 'Ask Solem'
1111
__contact__ = '[email protected]'

0 commit comments

Comments
 (0)