Skip to content

Commit 676df4f

Browse files
committed
Now depends on kombu 3.0.5
1 parent 2fdf1f7 commit 676df4f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This document contains change notes for bugfix releases in the 3.1.x series
88
(Cipater), please see :ref:`whatsnew-3.1` for an overview of what's
99
new in Celery 3.1.
1010

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+
1120
.. _version-3.1.3:
1221

1322
3.1.3

requirements/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytz>dev
22
billiard>=3.3.0.7,<3.4
3-
kombu>=3.0.4,<4.0
3+
kombu>=3.0.5,<4.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ upload-dir = docs/.build/html
1616
[bdist_rpm]
1717
requires = pytz >= 2011b
1818
billiard >= 3.3.0.7
19-
kombu >= 3.0.4
19+
kombu >= 3.0.5

0 commit comments

Comments
 (0)