Skip to content

Releases: jmoiron/humanize

4.0.0

13 Feb 09:16
a1514eb
Compare
Choose a tag to compare

Removed

3.14.0

30 Jan 15:06
309e7fd
Compare
Choose a tag to compare

Changed

  • Don't deprecate time.Unit enumeration (#252) @hugovk
  • Use humanize.intcomma to format years in time module (#246) @carterbox

Deprecated

3.13.1

29 Nov 22:04
429e3d8
Compare
Choose a tag to compare

Fixed

  • Temporarily comment out to avoid warning during import humanize (#243) @hugovk

3.13.0

29 Nov 19:17
ab605ba
Compare
Choose a tag to compare

Added

Changed

Deprecated

  • This is the last release to support Python 3.6
  • Deprecate private functions (#234) @samueljsb
  • Reinstate VERSION and deprecate (#240) @hugovk

3.12.0

06 Oct 10:17
73724c1
Compare
Choose a tag to compare

Added

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

3.11.0

01 Aug 19:14
9e7829d
Compare
Choose a tag to compare

Added

Fixed

  • Fix Korean localization (#219) @Craphting

3.10.0

05 Jul 14:17
d593095
Compare
Choose a tag to compare

Added

3.9.0

15 Jun 08:13
aa0dd3d
Compare
Choose a tag to compare

Added

  • Move vi_VI to vi_VN and update some translations (#215) @hungneox

3.8.0

12 Jun 07:59
50df672
Compare
Choose a tag to compare

Added

3.7.1

06 Jun 10:00
e2ac210
Compare
Choose a tag to compare

Fixed

  • Include generated translation binaries in release (#211) @hugovk
  • Update release checklist so translation binaries aren't forgotten (#212) @hugovk