@@ -51,7 +51,7 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
http://github.com/celery/celery/tree/3.0/extra/generic-init.d
-- Now depends on billiard 2.7.3.16
+- Now depends on billiard 2.7.3.17
- Fixes request stack protection when app is initialized more than
once (Issue #1003).
@@ -1,4 +1,4 @@
-billiard>=2.7.3.16
+billiard>=2.7.3.17
python-dateutil>=2.0
pytz
kombu>=2.4.7,<3.0
@@ -1,3 +1,3 @@
python-dateutil>=1.5,<2.0
@@ -14,6 +14,6 @@ all_files = 1
upload-dir = docs/.build/html
[bdist_rpm]
-requires = billiard>=2.7.3.16
+requires = billiard>=2.7.3.17
python-dateutil >= 1.5
kombu >= 2.4.7