Browse Source

Now depends on billiard 3.3.0.14

Ask Solem 11 years ago
parent
commit
cd8e3855eb
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 @@ new in Celery 3.1.
 
 - Now depends on :ref:`Kombu 3.0.10 <kombu:version-3.0.10>`.
 
+- Now depends on :mod:`billiard` 3.3.0.14.
+
 - ``ResultSet.iterate`` is now pending deprecation.
 
     The implementation is very inefficient and using

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 pytz>dev
-billiard>=3.3.0.13,<3.4
+billiard>=3.3.0.14,<3.4
 kombu>=3.0.10,<4.0

+ 1 - 1
setup.cfg

@@ -15,5 +15,5 @@ upload-dir = docs/.build/html
 
 [bdist_rpm]
 requires = pytz >= 2011b
-           billiard >= 3.3.0.13
+           billiard >= 3.3.0.14
            kombu >= 3.0.10