Skip to content

Releases: python-humanize/humanize

2.4.1

08 Mar 16:05
976ad4a
Compare
Choose a tag to compare

Fixed

2.4.0

08 Mar 16:05
9aa0d4f
Compare
Choose a tag to compare

Added

2.3.0

08 Mar 16:05
Compare
Choose a tag to compare

Added

2.2.0

08 Mar 16:05
ce352e4
Compare
Choose a tag to compare

Added

Changed

2.1.0

08 Mar 16:05
4185315
Compare
Choose a tag to compare

Added

Fixed

2.0.0

08 Mar 16:05
aaca29f
Compare
Choose a tag to compare

Note: Humanize 1.1.0 was meant to be tagged 2.0.0 because it drops support for Python 2, so is also released as 2.0.0. If you still support Python 2, use Humanize 1.0.0.

Added

Changed

Removed

Fixed

1.1.0

08 Mar 16:05
aaca29f
Compare
Choose a tag to compare

Note: This was meant to be tagged 2.0.0 because it drops support for Python 2, and is also released as 2.0.0. If you still support Python 2, use Humanize 1.0.0.

Added

Changed

Removed

Fixed

Release 1.0.0

08 Mar 16:01
9c5646d
Compare
Choose a tag to compare
  • Supports Python 2.7 and 3.5+
  • Version 1.x is the last to support EOL Python 2.7
  • Add new translations:
    • German
    • Persian
    • Dutch
    • Finnish
    • Brazilian Portuguese
    • Indonesian
    • Italian
    • Japanese
    • Simplified Chinese
    • Slovak
    • Turkish
    • Vietnamese
  • Update translations:
    • French
    • Korean
    • Russian
  • Include tests in release source tarball
  • Python 3.6 invalid escape sequence deprecation fixes
  • Use built-in mock from unittest when available (Python 3.4+)