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
- Mypy fixes, prep by @akx in #979
- Note that
Locale.parse()
does not acceptNone
by @akx in #978 - Misc. mypy-discovered fixes by @akx in #981
- babel.messages.catalog: deduplicate _to_fuzzy_match_key logic by @akx in #980
- Improve type annotation for
babel.support.Translations.load
by @akx in #983 - Improve contributing instructions by @akx in #986
- Freeze format_time() tests to a specific date to fix test failures by @mgorny in #998
- Spelling and grammar fixes by @scop in #1008
- Renovate lint tools by @akx in #1017
- Use SPDX license identifier by @vargenau in #994
- Use aware UTC datetimes internally by @scop in #1009
- Add flag to ignore POT-Creation-Date for updates by @joeportela in #999
- Support 't' specifier in keywords by @jeanas in #1015
- Add f-string parsing for Python 3.12 (PEP 701) by @encukou in #1027
- Renovate CI & tools by @akx in #1028
- Prepare for 2.13.0 release by @akx in #1029
New Contributors
- @mgorny made their first contribution in #998
- @vargenau made their first contribution in #994
- @joeportela made their first contribution in #999
- @encukou made their first contribution in #1027
Full Changelog: v2.12.1...v2.13.0