Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Become 2.10.2 #884

Merged
merged 1 commit into from Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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