Browse Source

Now depends on billiard 2.7.3.32

Ask Solem 11 years ago
parent
commit
420a496298
3 changed files with 4 additions and 2 deletions
  1. 2 0
      Changelog
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg

+ 2 - 0
Changelog

@@ -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
 :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).
 - Fixed bug with monthly and yearly crontabs (Issue #1465).
 
 
     Fix contributed by Guillaume Gauvrit.
     Fix contributed by Guillaume Gauvrit.

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
-billiard>=2.7.3.31,<3.0
+billiard>=2.7.3.32,<3.0
 python-dateutil>=1.5
 python-dateutil>=1.5
 kombu>=2.5.12,<3.0
 kombu>=2.5.12,<3.0

+ 1 - 1
setup.cfg

@@ -14,6 +14,6 @@ all_files = 1
 upload-dir = docs/.build/html
 upload-dir = docs/.build/html
 
 
 [bdist_rpm]
 [bdist_rpm]
-requires = billiard >= 2.7.3.31
+requires = billiard >= 2.7.3.32
            python-dateutil >= 1.5
            python-dateutil >= 1.5
            kombu >= 2.5.12
            kombu >= 2.5.12