v0.2.0
Pre-release
Pre-release
- Rename
retryhttp.retry_http_errorstoretryhttp.retry. - Rename
retryhttp.wait_http_errorstoretryhttp.wait_context_aware. - Restructure project so all members are part of the root namespace.
- Move type delcarations to
retryhttp._types. - Enable bare decorator syntax for
retryhttp.retry(i.e.,@retryworks as well as@retry())