Skip to content

Commit 24009fa

Browse files
committed
chore(controller): update celery to 3.1.13
Several bug fixes, some specific to Django: http://docs.celeryproject.org/en/latest/changelog.html#version-3-1-13
1 parent ef09697 commit 24009fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
44
# ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
55
#
6-
celery==3.1.11
6+
celery==3.1.13
77
Django==1.6.5
88
django-allauth==0.15.0
99
# HACK: use bacongobbler's feature branch until

0 commit comments

Comments
 (0)