Skip to content

v0.3.3

Compare
Choose a tag to compare
@vlaci vlaci released this 20 Sep 12:11
· 221 commits to master since this release

Release Notes

v0.3.3

Bug Fixes

  • Python 3.6 compatibilty has been fixedhowever The problem was caused
    by the usage of asyncio.create_task(coro). Its usage was replaced
    with asyncio.ensure_future(core).