Browse Source

Now depends on billiard 2.7.3.27

Ask Solem 12 years ago
parent
commit
09ad662dd6
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Changelog
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg

+ 1 - 1
Changelog

@@ -19,7 +19,7 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 
     See the :ref:`kombu changelog <kombu:version-2.5.10>`.
 
-- Now depends on :mod:`billiard` 2.7.3.26.
+- Now depends on :mod:`billiard` 2.7.3.27.
 
 - Can now specify a whitelist of accepted serializers using
   the new :setting:`CELERY_ACCEPT_CONTENT` setting.

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
-billiard>=2.7.3.26,<3.0
+billiard>=2.7.3.27,<3.0
 python-dateutil>=1.5
 kombu>=2.5.10,<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.26
+requires = billiard >= 2.7.3.27
            python-dateutil >= 1.5
            kombu >= 2.5.10