Skip to content

Commit 24bc2dd

Browse files
committed
Become 2.10.2
1 parent d0ec73d commit 24bc2dd

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Babel is written and maintained by the Babel team and various contributors:
1919
- Kevin Deldycke
2020
- Jon Dufresne
2121
- Ville Skyttä
22+
- Jun Omae
2223
- Hugo
2324
- Heungsub Lee
2425
- Jakob Schnitzer
@@ -45,8 +46,8 @@ Babel is written and maintained by the Babel team and various contributors:
4546
- Ryan J Ollos
4647
- Arturas Moskvinas
4748
- Leonardo Pistone
48-
- Jun Omae
4949
- Hyunjun Kim
50+
- Frank Harrison
5051
- Nehal J Wani
5152
- Mohamed Morsy
5253
- Krzysztof Jagiełło

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Babel Changelog
22
===============
33

4+
Version 2.10.2
5+
--------------
6+
7+
This is a bugfix release for Babel 2.10.1.
8+
9+
* Fallback count="other" format in format_currency() (:gh:`872`) - Jun Omae
10+
* Fix get_period_id() with ``dayPeriodRule`` across 0:00 (:gh:`871`) - Jun Omae
11+
* Add support for ``b`` and ``B`` period symbols in time format (:gh:`869`) - Jun Omae
12+
* chore(docs/typo): Fixes a minor typo in a function comment (:gh:`864`) - Frank Harrison
13+
414
Version 2.10.1
515
--------------
616

babel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
negotiate_locale, parse_locale, get_locale_identifier
2121

2222

23-
__version__ = '2.10.1'
23+
__version__ = '2.10.2'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '2.10'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '2.10.1'
55+
release = '2.10.2'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

0 commit comments

Comments
 (0)