summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-02-04 10:38:06 +0000
committerAsk Solem <ask@celeryproject.org>2012-02-04 10:38:06 +0000
commite4fe3c06d58b1e83af51da248eba787563ab44cd (patch)
tree1e3a7e780c7223ecbcda5f6b581fd2338d4f63fc
parent277d6df115f78f9f7c10f91b4a5b7c1aae9df665 (diff)
downloadkombu-e4fe3c06d58b1e83af51da248eba787563ab44cd.tar.gz
Set release date for 2.1.0v2.1.0
-rw-r--r--Changelog4
-rw-r--r--kombu/transport/mongodb.py1
2 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index b2bd3f11..c0b6bb46 100644
--- a/Changelog
+++ b/Changelog
@@ -6,12 +6,12 @@
2.1.0
=====
-:release-date: 2012-02-03 17:00 P.M GMT
+:release-date: 2012-02-04 10:38 P.M GMT
:by: Ask Solem
* MongoDB: Now supports fanout (broadcast) (Issue #98).
- Contributed by Scott Lyons
+ Contributed by Scott Lyons.
* pika transport: Now works with pika 0.9.5 and 0.9.6dev.
diff --git a/kombu/transport/mongodb.py b/kombu/transport/mongodb.py
index 71c2b6b5..7f0891a7 100644
--- a/kombu/transport/mongodb.py
+++ b/kombu/transport/mongodb.py
@@ -28,6 +28,7 @@ Flavio [FlaPer87] Percoco Premoli <flaper87@flaper87.org>;\
Scott Lyons <scottalyons@gmail.com>;\
"""
+
class Channel(virtual.Channel):
_client = None
supports_fanout = True