Browse Source

Now depends on kombu 2.5.14

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

+ 8 - 0
Changelog

@@ -9,6 +9,14 @@
 
 If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 
+.. _version-3.0.23:
+
+3.0.23
+======
+:release-date: 2013-08-31 16:00 P.M BST
+
+- Now depends on :ref:`Kombu 2.5.14 <kombu:version-2.5.14>`.
+
 .. _version-3.0.22:
 
 3.0.22

+ 1 - 1
requirements/default.txt

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

+ 1 - 1
setup.cfg

@@ -16,4 +16,4 @@ upload-dir = docs/.build/html
 [bdist_rpm]
 requires = billiard >= 2.7.3.32
            python-dateutil >= 1.5
-           kombu >= 2.5.13
+           kombu >= 2.5.14