File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Babel is written and maintained by the Babel team and various contributors:
19
19
- Kevin Deldycke
20
20
- Jon Dufresne
21
21
- Ville Skyttä
22
+ - Jun Omae
22
23
- Hugo
23
24
- Heungsub Lee
24
25
- Jakob Schnitzer
@@ -45,8 +46,8 @@ Babel is written and maintained by the Babel team and various contributors:
45
46
- Ryan J Ollos
46
47
- Arturas Moskvinas
47
48
- Leonardo Pistone
48
- - Jun Omae
49
49
- Hyunjun Kim
50
+ - Frank Harrison
50
51
- Nehal J Wani
51
52
- Mohamed Morsy
52
53
- Krzysztof Jagiełło
Original file line number Diff line number Diff line change 1
1
Babel Changelog
2
2
===============
3
3
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
+
4
14
Version 2.10.1
5
15
--------------
6
16
Original file line number Diff line number Diff line change 20
20
negotiate_locale , parse_locale , get_locale_identifier
21
21
22
22
23
- __version__ = '2.10.1 '
23
+ __version__ = '2.10.2 '
Original file line number Diff line number Diff line change 52
52
# The short X.Y version.
53
53
version = '2.10'
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '2.10.1 '
55
+ release = '2.10.2 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments