diff --git a/AUTHORS b/AUTHORS index 605a8d098..d1cdbea24 100644 --- 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 diff --git a/CHANGES.rst b/CHANGES.rst index fb5225e82..8ffd67328 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 -------------- diff --git a/babel/__init__.py b/babel/__init__.py index 1e0830a60..3d5b85412 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -20,4 +20,4 @@ negotiate_locale, parse_locale, get_locale_identifier -__version__ = '2.10.1' +__version__ = '2.10.2' diff --git a/docs/conf.py b/docs/conf.py index 0acdc0a1b..e644dcc89 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ # 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.