Browse Source

Now depends on billiard 2.7.3.34

Ask Solem 11 years ago
parent
commit
35ac48286c
3 changed files with 4 additions and 2 deletions
  1. 2 0
      Changelog
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg

+ 2 - 0
Changelog

@@ -17,6 +17,8 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 
 - Now depends on :ref:`Kombu 2.5.15 <kombu:version-2.5.15>`.
 
+- Now depends on :mod:`billiard` version 2.7.3.34.
+
 - AMQP Result backend:  No longer caches queue declarations.
 
     The queues created by the AMQP result backend are always unique,

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
-billiard>=2.7.3.32,<3.0
+billiard>=2.7.3.34,<3.0
 python-dateutil>=1.5
 kombu>=2.5.14,<3.0

+ 1 - 1
setup.cfg

@@ -14,6 +14,6 @@ all_files = 1
 upload-dir = docs/.build/html
 
 [bdist_rpm]
-requires = billiard >= 2.7.3.32
+requires = billiard >= 2.7.3.34
            python-dateutil >= 1.5
            kombu >= 2.5.14