]> git.ipfire.org Git - thirdparty/babel.git/commit
Become 2.9.1
authorAarni Koskela <akx@iki.fi>
Wed, 28 Apr 2021 19:04:48 +0000 (22:04 +0300)
committerAarni Koskela <akx@iki.fi>
Wed, 28 Apr 2021 19:13:47 +0000 (22:13 +0300)
commit7ebdf5a249ff8861bbcd3f7e4cc1ba9555c3fb65
treefe46a32aa72a90f5041a05f7e4b97a68b827b824
parent412015ef642bfcc0d8ba8f4d05cdbb6aac98d9b3
Become 2.9.1

* Update copyright year
* Update changelog
39 files changed:
CHANGES
LICENSE
babel/__init__.py
babel/core.py
babel/dates.py
babel/lists.py
babel/localedata.py
babel/localtime/__init__.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/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_support.py
tests/test_util.py