What's Changed
* asyncio_paho/__init__.py: Re-export .client module symbols by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/2
* Fix abort from sock.setsockopt with transport=websockets by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/3
* 1st mypy round: Add a trivial round of arg/ret annotations by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/4
* mypy: annotate args which we have to accept for pylint with Any by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/5
* mypy: Add type: ignore where needed by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/7
* mypy: Annotate the forwarders, it reduces the mypy errors be a big amount by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/8
* mypy: Add annotations for 'int' by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/6
* Add a few annotations using Any to make further progress by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/9
* mypy: Fix type callback argument to message_callback_add() by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/10
* mypy: Fix set_exception() by asserting that it needs an Exception by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/11
* mypy --strict: Add [None] to asyncio.Task by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/12
* mypy --strict: Annotate args of asyncio_subscribe by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/13
* mypy --strict: mypy: fix generic type Callable by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/14
* Apply 3 recommendations from Sourcery by bernhardkaindl in https://github.com/toreamun/asyncio-paho/pull/16
New Contributors
* bernhardkaindl made their first contribution in https://github.com/toreamun/asyncio-paho/pull/2
**Full Changelog**: https://github.com/toreamun/asyncio-paho/compare/0.5.1...0.6.0