From: Aarni Koskela Date: Thu, 16 Jun 2022 05:53:51 +0000 (+0300) Subject: Become 2.10.3 X-Git-Tag: v2.10.3^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F889%2Fhead;p=thirdparty%2Fbabel.git Become 2.10.3 --- diff --git a/CHANGES.rst b/CHANGES.rst index 8ffd6732..d3b96081 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 3d5b8541..081178a5 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -20,4 +20,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \ negotiate_locale, parse_locale, get_locale_identifier -__version__ = '2.10.2' +__version__ = '2.10.3'