Python Babel Babel Versions Save

The official repository for Babel, the Python Internationalization Library

v2.15.0

3 weeks ago

The changelog below is auto-generated by GitHub.

The binary artifacts attached to this GitHub release were generated by the GitHub Actions workflow.

Please see CHANGELOG.rst for additional details.


What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0

v2.14.0

5 months ago

Upcoming deprecation

  • This version, Babel 2.14, is the last version of Babel to support Python 3.7. Babel 2.15 will require Python 3.8 or newer. We had previously announced Babel 2.13 to have been the last version to support Python 3.7, but being able to use CLDR 43 with Python 3.7 was deemed important enough to keep supporting the EOL Python version for one more release.

Possibly backwards incompatible changes

  • Locale.number_symbols will now have first-level keys for each numbering system. Since the implicit default numbering system still is "latn", what had previously been e.g. Locale.number_symbols['decimal'] is now Locale.number_symbols['latn']['decimal'].
  • Babel no longer directly depends on either distutils or setuptools; if you had been using the Babel setuptools command extensions, you would need to explicitly depend on setuptools – though given you're running setup.py you probably already do.

The changelog below is auto-generated by GitHub.

Please see CHANGELOG.rst for additional details.

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.13.1...v2.14.0

v2.13.1

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.13.0...v2.13.1


PyPI: https://pypi.org/project/Babel/2.13.1/

v2.13.0

7 months ago

PyPI: https://pypi.org/project/Babel/2.13.0/

Upcoming deprecation

  • This version, Babel 2.13, is the last version of Babel to support Python 3.7. Babel 2.14 will require Python 3.8 or newer.

(This changelog is auto-generated by GitHub; please see CHANGES.rst for a less verbose listing.)

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.12.1...v2.13.0

v2.12.1

1 year ago

Tiny packaging bugfix: py.typed wasn't included.

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.12.0...v2.12.1

v2.12.0

1 year ago

The below release notes are auto-generated; please see CHANGES.rst for a human-crafted one.

Thank you to all contributors!

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.11.0...v2.12.0

v2.11.0

1 year ago

The below release notes are auto-generated; please see CHANGES.rst for a human-crafted one.

Thank you to all contributors!

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.10.3...v2.11.0

v2.10.2

1 year ago

This is a bugfix release for Babel 2.10.1.

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.10.1...v2.10.2

v2.10.1

2 years ago

This is a bugfix release for 2.10.0 for a bug that only affects users who do not have setuptools installed.

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.10.0...v2.10.1

v2.10.0

2 years ago

This changelog has been created automatically by GitHub.

Please see https://github.com/python-babel/babel/blob/master/CHANGES.rst for a more condensed version. Full Changelog: https://github.com/python-babel/babel/compare/v2.9.0...v2.10.0

What's Changed

New Contributors