]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Become 2.10.3 889/head v2.10.3
authorAarni Koskela <akx@iki.fi>
Thu, 16 Jun 2022 05:53:51 +0000 (08:53 +0300)
committerAarni Koskela <akx@iki.fi>
Thu, 16 Jun 2022 05:56:23 +0000 (08:56 +0300)
CHANGES.rst
babel/__init__.py

index 8ffd673288b60fb98313e7902329de46caab1ac1..d3b9608110ca066dc1e9b7e2879da78ee5c99467 100644 (file)
@@ -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
 --------------
 
index 3d5b85412d6025da0e262b15db68af65f65c16b8..081178a5c80e80d2e8e16af29b021f750d7f0a4a 100644 (file)
@@ -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'