We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdf1f7 commit 676df4fCopy full SHA for 676df4f
Changelog
@@ -8,6 +8,15 @@ This document contains change notes for bugfix releases in the 3.1.x series
8
(Cipater), please see :ref:`whatsnew-3.1` for an overview of what's
9
new in Celery 3.1.
10
11
+.. _version-3.1.4:
12
+
13
+3.1.4
14
+=====
15
16
+- Now depends on :mod:`kombu` 3.0.5
17
18
+- Now depends on :mod:`billiard` 3.3.0.7
19
20
.. _version-3.1.3:
21
22
3.1.3
requirements/default.txt
@@ -1,3 +1,3 @@
1
pytz>dev
2
billiard>=3.3.0.7,<3.4
3
-kombu>=3.0.4,<4.0
+kombu>=3.0.5,<4.0
setup.cfg
@@ -16,4 +16,4 @@ upload-dir = docs/.build/html
[bdist_rpm]
requires = pytz >= 2011b
billiard >= 3.3.0.7
- kombu >= 3.0.4
+ kombu >= 3.0.5
0 commit comments