diff --git a/CHANGELOG.md b/CHANGELOG.md
index f664f50015d25ec50c29bf5eda6837dc7ccd895d..b1fe6ef597284c93964a30ee3eb12f245804f570 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 ## Change log
 
+* v0.91rc:
+  * removed annoying warning
+
 * v0.90:
   * first release with a *stable API*
   * You can pick how your received _message.body_ will look like - bytes,
diff --git a/setup.py b/setup.py
index 098fa794ab0c09ab927ce89aac17549630f61373..438d054590e21905e9cd3f15fa12ab2aa5059594 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
 
 
 setup(name=u'CoolAMQP',
-      version='0.91rc2',
+      version='0.91rc3',
       description=u'Very fast pure-Python AMQP client',
       author=u'DMS Serwis s.c.',
       author_email=u'piotrm@smok.co',