Skip to content

Releases: python-humanize/humanize

1.1.0

Choose a tag to compare

@hugovk hugovk released this 08 Mar 16:05
aaca29f

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

Choose a tag to compare

@hugovk hugovk released this 08 Mar 16:01
9c5646d
  • 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+)