]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Become 2.10.2
authorAarni Koskela <akx@iki.fi>
Tue, 14 Jun 2022 07:03:09 +0000 (10:03 +0300)
committerAarni Koskela <akx@iki.fi>
Tue, 14 Jun 2022 07:19:35 +0000 (10:19 +0300)
AUTHORS
CHANGES.rst
babel/__init__.py
docs/conf.py

diff --git a/AUTHORS b/AUTHORS
index 605a8d0982d3632bd294fa0650a2e581ab1f50ba..d1cdbea24fbb6f5cb6965b3d13acb8b65eb3af07 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -19,6 +19,7 @@ Babel is written and maintained by the Babel team and various contributors:
 - Kevin Deldycke
 - Jon Dufresne
 - Ville Skyttä
+- Jun Omae
 - Hugo
 - Heungsub Lee
 - Jakob Schnitzer
@@ -45,8 +46,8 @@ Babel is written and maintained by the Babel team and various contributors:
 - Ryan J Ollos
 - Arturas Moskvinas
 - Leonardo Pistone
-- Jun Omae
 - Hyunjun Kim
+- Frank Harrison
 - Nehal J Wani
 - Mohamed Morsy
 - Krzysztof Jagiełło
index fb5225e82647829f6e05e062f0fa5b96851a1b40..8ffd673288b60fb98313e7902329de46caab1ac1 100644 (file)
@@ -1,6 +1,16 @@
 Babel Changelog
 ===============
 
+Version 2.10.2
+--------------
+
+This is a bugfix release for Babel 2.10.1.
+
+* Fallback count="other" format in format_currency() (:gh:`872`) - Jun Omae
+* Fix get_period_id() with ``dayPeriodRule`` across 0:00 (:gh:`871`) - Jun Omae
+* Add support for ``b`` and ``B`` period symbols in time format (:gh:`869`) - Jun Omae
+* chore(docs/typo): Fixes a minor typo in a function comment (:gh:`864`) - Frank Harrison
+
 Version 2.10.1
 --------------
 
index 1e0830a60486046bf16060f0eed0b3cb6c5b60fa..3d5b85412d6025da0e262b15db68af65f65c16b8 100644 (file)
@@ -20,4 +20,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \
     negotiate_locale, parse_locale, get_locale_identifier
 
 
-__version__ = '2.10.1'
+__version__ = '2.10.2'
index 0acdc0a1bcb3381d8b042a43e13f2d5100a19136..e644dcc896a0b15671b90e8ca6d10b4c2cdc847b 100644 (file)
@@ -52,7 +52,7 @@ copyright = u'2022, The Babel Team'
 # The short X.Y version.
 version = '2.10'
 # The full version, including alpha/beta/rc tags.
-release = '2.10.1'
+release = '2.10.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.