github-actions
released this
05 Oct 14:29
·
8 commits
to refs/heads/main
since this release
Added
- Add
natural_list
(#110) @akshaybabloo - filesize: support the ronna and quetta prefixes (#142) @bbolli
- Update French translations for numbers (#192) @enlivn
Changed
- Drop support for Python 3.8 (#202) @hugovk
- Defer
fractions.Fraction
import to save 5ms (#201) @hugovk - Speedup x 1.85: Generate
__version__
at build to avoid slowimportlib.metadata
import (#200) @hugovk
Fixed
- Fix finding location of translations (#204) @dangillet
- Fix rollover from ZB to 1.0 YB (#206) @hugovk
- Fix zh_CN/zh_HK translation for "1 year, %d days" (#196) @luliangce