diff --git a/CHANGES.rst b/CHANGES.rst index 8ffd67328..d3b960811 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,16 @@ Babel Changelog =============== +Version 2.10.3 +-------------- + +This is a bugfix release for Babel 2.10.2, which was mistakenly packaged with outdated locale data. + +Thanks to Michał Górny for pointing this out and Jun Omae for verifying. + +This and future Babel PyPI packages will be built by a more automated process, +which should make problems like this less likely to occur. + Version 2.10.2 -------------- diff --git a/babel/__init__.py b/babel/__init__.py index 3d5b85412..081178a5c 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -20,4 +20,4 @@ negotiate_locale, parse_locale, get_locale_identifier -__version__ = '2.10.2' +__version__ = '2.10.3'