Skip to content

Commit

Permalink
Become 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jun 14, 2022
1 parent d0ec73d commit 24bc2dd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 10 additions & 0 deletions 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
--------------

Expand Down
2 changes: 1 addition & 1 deletion babel/__init__.py
Expand Up @@ -20,4 +20,4 @@
negotiate_locale, parse_locale, get_locale_identifier


__version__ = '2.10.1'
__version__ = '2.10.2'
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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.
Expand Down

0 comments on commit 24bc2dd

Please sign in to comment.