Fixes * minor improvement to log messages * improve flake8 of source and tests
1.0.1
---
Changes * update AioretryProtocol documentation
Fixes * minor documentation improvements
1.0.0
---
Changes * Annotate class attributes as Final
Fixes * fix kaioretry.{retry,aioretry} metadata and related sphinx documentation
0.12.3
---
Fixes * fix the reveal_type statement bloc in generated static-analysis test files and also reveal both function and decoration when possible
0.12.2
---
Fixes * finally fixed kaioretry._make_decorator type hinting issue * remove trailing spaces in generated static-analysis files in the reveal_type code block
0.12.1
---
Changes * use generated static analysis test files instead of the few manually written ones. 184/217 of them are currently passing. * rely on functools.wraps to avoid too much internal code