Explorar el Código

Now depends on kombu 3.0.5

Ask Solem hace 11 años
padre
commit
676df4f0c8
Se han modificado 3 ficheros con 11 adiciones y 2 borrados
  1. 9 0
      Changelog
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg

+ 9 - 0
Changelog

@@ -8,6 +8,15 @@ This document contains change notes for bugfix releases in the 3.1.x series
 (Cipater), please see :ref:`whatsnew-3.1` for an overview of what's
 new in Celery 3.1.
 
+.. _version-3.1.4:
+
+3.1.4
+=====
+
+- Now depends on :mod:`kombu` 3.0.5
+
+- Now depends on :mod:`billiard` 3.3.0.7
+
 .. _version-3.1.3:
 
 3.1.3

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 pytz>dev
 billiard>=3.3.0.7,<3.4
-kombu>=3.0.4,<4.0
+kombu>=3.0.5,<4.0

+ 1 - 1
setup.cfg

@@ -16,4 +16,4 @@ upload-dir = docs/.build/html
 [bdist_rpm]
 requires = pytz >= 2011b
            billiard >= 3.3.0.7
-           kombu >= 3.0.4
+           kombu >= 3.0.5