summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--CHANGES.rst10
-rw-r--r--babel/__init__.py2
-rw-r--r--docs/conf.py2
4 files changed, 14 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 605a8d0..d1cdbea 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 fb5225e..8ffd673 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 1e0830a..3d5b854 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.1'
+__version__ = '2.10.2'
diff --git a/docs/conf.py b/docs/conf.py
index 0acdc0a..e644dcc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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.