Skip to content

v2.2.0

Compare
Choose a tag to compare
@syrusakbary syrusakbary released this 04 Oct 21:57
· 27 commits to master since this release
e2dc8f0

Changelog

  • Fixed compatibility with Python 3.5+
  • Fixed iscoroutine returning True for generators (by using iscoroutine from inspect instead of asyncio)