@@ -15,6 +15,8 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
======
:release-date: 2013-08-16 16:30 P.M BST
+- Now depends on billiard 2.7.3.32
+
- Fixed bug with monthly and yearly crontabs (Issue #1465).
Fix contributed by Guillaume Gauvrit.
@@ -1,3 +1,3 @@
-billiard>=2.7.3.31,<3.0
+billiard>=2.7.3.32,<3.0
python-dateutil>=1.5
kombu>=2.5.12,<3.0
@@ -14,6 +14,6 @@ all_files = 1
upload-dir = docs/.build/html
[bdist_rpm]
-requires = billiard >= 2.7.3.31
+requires = billiard >= 2.7.3.32
python-dateutil >= 1.5
kombu >= 2.5.12