]> git.ipfire.org Git - thirdparty/babel.git/commit
Prepare for 2.17.0 (#1182) v2.17.0
authorAarni Koskela <akx@iki.fi>
Sat, 1 Feb 2025 15:13:46 +0000 (17:13 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Feb 2025 15:13:46 +0000 (17:13 +0200)
commitb50a1d2186c20f3359f7e10853d2b2225a46ed40
tree5f2f4ace8ed5bec0b159a05f4b85ec6f7ded72fc
parent5f117b2689573aa98acc8a47108c49b99f4d1394
Prepare for 2.17.0 (#1182)

* Update authors
* Update changelog
* Update copyright dates
* Update version
42 files changed:
AUTHORS
CHANGES.rst
LICENSE
babel/__init__.py
babel/core.py
babel/dates.py
babel/lists.py
babel/locale-data/LICENSE.unicode
babel/localedata.py
babel/localtime/__init__.py
babel/localtime/_fallback.py
babel/messages/__init__.py
babel/messages/catalog.py
babel/messages/checkers.py
babel/messages/extract.py
babel/messages/frontend.py
babel/messages/jslexer.py
babel/messages/mofile.py
babel/messages/plurals.py
babel/messages/pofile.py
babel/numbers.py
babel/plural.py
babel/support.py
babel/util.py
docs/conf.py
scripts/dump_data.py
scripts/dump_global.py
scripts/generate_authors.py
scripts/import_cldr.py
tests/messages/test_catalog.py
tests/messages/test_checkers.py
tests/messages/test_extract.py
tests/messages/test_frontend.py
tests/messages/test_mofile.py
tests/messages/test_plurals.py
tests/messages/test_pofile.py
tests/test_core.py
tests/test_dates.py
tests/test_localedata.py
tests/test_numbers.py
tests/test_plural.py
tests/test_util.py