Added
- Add support for Python 3.10 (jmoiron/humanize#223) @hugovk
Changed
- Use importlib.metadata to get package version instead of pkg_resources.get_distribution to decrease memory consumption (jmoiron/humanize#227) @akayunov
Fixed
- Fix incorrect type in comment for when (jmoiron/humanize#222) @pfw