Skip to content

Commit

Permalink
Now depends on billiard 3.3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Dec 2, 2013
1 parent 1f1216b commit 035ae2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ new in Celery 3.1.
3.1.6
=====

- Now depends on :mod:`billiard` 3.3.0.9.
- Now depends on :mod:`billiard` 3.3.0.10.

- Now depends on :ref:`Kombu 3.0.7 <kombu:version-3.0.7>`.

- Fixed problem where Mingle caused the worker to hang at startup
(Issue #1686).

- Beat: Would attempt to drop privileges twice when ``--detach`` enabled
(Issue #1708).
- Beat: Would attempt to drop privileges twice (Issue #1708).

- Windows: Fixed error with ``geteuid`` not being available (Issue #1676).

Expand Down
2 changes: 1 addition & 1 deletion requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytz>dev
billiard>=3.3.0.9,<3.4
billiard>=3.3.0.10,<3.4
kombu>=3.0.7,<4.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ upload-dir = docs/.build/html

[bdist_rpm]
requires = pytz >= 2011b
billiard >= 3.3.0.9
billiard >= 3.3.0.10
kombu >= 3.0.7

0 comments on commit 035ae2d

Please sign in to comment.