| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.12.0 source code.tar.gz | 2021-10-06 | 41.4 kB | |
| 3.12.0 source code.zip | 2021-10-06 | 83.5 kB | |
| README.md | 2021-10-06 | 283 Bytes | |
| Totals: 3 Items | 125.2 kB | 0 | |
Added
- Add support for Python 3.10 (#223) @hugovk
Changed
- Use importlib.metadata to get package version instead of pkg_resources.get_distribution to decrease memory consumption (#227) @akayunov
Fixed
- Fix incorrect type in comment for 'when' (#222) @pfw