Browse Source

Now depends on billiard 3.3.0.3. Closes #1590

Ask Solem 11 years ago
parent
commit
18e822ad1b
3 changed files with 3 additions and 13 deletions
  1. 1 11
      docs/whatsnew-3.1.rst
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg

+ 1 - 11
docs/whatsnew-3.1.rst

@@ -604,7 +604,7 @@ as many extras as you want.
 | librabbitmq | ``celery[librabbitmq]`` | transport (C amqp client) |
 +-------------+-------------------------+---------------------------+
 
-There are more examples in the :ref:`bundles` section.
+The complete list with examples is found in the :ref:`bundles` section.
 
 Calling a subtask will now execute the task directly
 ----------------------------------------------------
@@ -1140,16 +1140,6 @@ Deprecations
 
 See the :ref:`deprecation-timeline`.
 
-.. _v310-known-issues:
-
-Known Issues
-============
-
-- This release does not yet work on Windows.
-
-    We have not had the time to test properly on Windows, this situtation
-    will be resolved in a bug fix release soon.
-
 .. _v310-fixes:
 
 Fixes

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 pytz>dev
-billiard>=3.3.0.2,<3.4
+billiard>=3.3.0.3,<3.4
 kombu>=3.0.4,<4.0

+ 1 - 1
setup.cfg

@@ -15,5 +15,5 @@ upload-dir = docs/.build/html
 
 [bdist_rpm]
 requires = pytz >= 2011b
-           billiard >= 3.3.0.2
+           billiard >= 3.3.0.3
            kombu >= 3.0.4