* update aiormq version * use `AMQPError` instead of `AMQPException`. `AMQPException` is now alias for `AMQPError`
5.4.0
Not secure
-----
* Fix routing key handling (206 decaz) * Fix URL building (207 decaz) * Test suite for `connect` function
5.3.2
Not secure
-----
* Fix tests for `Pool`
5.3.1
-----
* no duplicate call message when exception * add robust classes to apidoc
5.3.0
-----
* use None instead of Elipsis for initial state (chibby0ne) * `Pool`: enable arguments for pool constructor (chibby0ne) * Create py.typed (176 zarybnicky) *