3.0.0 (2020-03-31)
- Python 2.7 and 3.4 are no longer supported. Users using pip 9 or later will install a compatible version automatically.
mocker.spynow also works withasync deffunctions (#179). Thanks @frankie567 for the PR!
mocker.spy now also works with async def functions (#179). Thanks @frankie567 for the PR!