Skip to content

Commit

Permalink
Now depends on billiard 2.7.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jul 5, 2013
1 parent f0eba7c commit ba7ae66
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@

If you're looking for versions prior to 3.0.x you should go to :ref:`history`.

.. _version-3.0.21:

3.0.21
======
:release-date: 2013-07-05 16:30 P.M BST

- Now depends on :mod:`billiard` 2.7.3.31.

This version fixed a bug when running without the billiard C extension.

- 3.0.20 broke eventlet/gevent support (worker not starting).

.. _version-3.0.20:

3.0.20
Expand All @@ -21,7 +33,7 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.

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

- Now depends on :mod:`billiard` 2.7.3.30
- Now depends on :mod:`billiard` 2.7.3.30.

- ``--loader`` argument no longer supported importing loaders from the
current directory.
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 @@
billiard>=2.7.3.30,<3.0
billiard>=2.7.3.31,<3.0
python-dateutil>=1.5
kombu>=2.5.12,<3.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ all_files = 1
upload-dir = docs/.build/html

[bdist_rpm]
requires = billiard >= 2.7.3.30
requires = billiard >= 2.7.3.31
python-dateutil >= 1.5
kombu >= 2.5.12

0 comments on commit ba7ae66

Please sign in to comment.