Browse Source

Now depends on billiard 3.3.0.23

Ask Solem 9 years ago
parent
commit
463c57eaec
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

@@ -19,6 +19,8 @@ new in Celery 3.1.
 
     - Now depends on :ref:`Kombu 3.0.34 <kombu:version-3.0.34>`.
 
+    - Now depends on :mod:`billiard` 3.3.0.23.
+
 - **Prefork pool**: Fixes 100% CPU loop on Linux epoll (Issue #1845).
 
     Also potential fix for: Issue #2142, Issue #2606

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 pytz>dev
-billiard>=3.3.0.22,<3.4
+billiard>=3.3.0.23,<3.4
 kombu>=3.0.34,<3.1

+ 1 - 1
setup.cfg

@@ -11,7 +11,7 @@ upload-dir = docs/.build/html
 
 [bdist_rpm]
 requires = pytz >= 2011b
-           billiard >= 3.3.0.22
+           billiard >= 3.3.0.23
            kombu >= 3.0.34
 
 [wheel]