Explorar el Código

Now depends on billiard 2.7.3.26

Ask Solem hace 12 años
padre
commit
afe6550cb3
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      Changelog
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg

+ 1 - 1
Changelog

@@ -15,7 +15,7 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 ======
 :release-date: 2013-04-09 04:00:00 P.M BST
 
-- Now depends on :mod:`billiard` 2.7.3.25.
+- Now depends on :mod:`billiard` 2.7.3.26.
 
 - Now depends on :mod:`kombu` 2.5.9.
 

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
-billiard>=2.7.3.25,<3.0
+billiard>=2.7.3.26,<3.0
 python-dateutil>=1.5,<2.0
 kombu>=2.5.9,<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.25
+requires = billiard >= 2.7.3.26
            python-dateutil >= 1.5
            kombu >= 2.5.9