Releases: jmoiron/humanize
Releases · jmoiron/humanize
4.0.0
3.14.0
Changed
- Don't deprecate
time.Unit
enumeration (#252) @hugovk - Use
humanize.intcomma
to format years intime
module (#246) @carterbox
Deprecated
- Deprecate
when
parameter ofnaturaldelta
(#248) @carterbox
3.13.1
3.13.0
Added
- Add da_DK language (#238) @dejurin
- Fix and add Russian and Ukrainian words (#235) @dejurin
- Add missing strings for Polish translation (#182) @kpostekk
- Add Traditional Chinese (zh-HK) (#233) @edwardmfho
Changed
- Remove redundant setuptools from install_requires (#232) @arthurzam
Deprecated
- This is the last release to support Python 3.6
- Deprecate private functions (#234) @samueljsb
- Reinstate
VERSION
and deprecate (#240) @hugovk