diff --git a/coolamqp/attaches/consumer.py b/coolamqp/attaches/consumer.py index 27976bb275829568666f618e126a13f4eee92ebc..98da3c0e3326edfac7aa2e87eca23922d37796d3 100644 --- a/coolamqp/attaches/consumer.py +++ b/coolamqp/attaches/consumer.py @@ -92,10 +92,7 @@ class Consumer(Channeler): :param cancel_on_failure: Consumer will cancel itself when link goes down :type cancel_on_failure: bool :param future_to_notify: Future to succeed when this consumer goes online for the first time. - This future can also raise with: - AMQPError - a HARD_ERROR (see AMQP spec) was encountered - ResourceLocked - this was the first declaration, and - fail_on_first_time_resource_locked was set + This future can also raise with AMQPError if it fails to. :param fail_on_first_time_resource_locked: When consumer is declared for the first time, and RESOURCE_LOCKED is encountered, it will fail the future with ResourceLocked, and consumer will cancel itself. diff --git a/setup.py b/setup.py index 0bfca49d80d597a0b8ceb406d69f8a6a0a92cc2f..577157526771d75fdac1d0eb720ce420b77a23e7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup(name=u'CoolAMQP', - version='0.91', + version='0.91rc1', description=u'Very fast pure-Python AMQP client', author=u'DMS Serwis s.c.', author_email=u'piotrm@smok.co',