File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
Babel Changelog
2
2
===============
3
3
4
+ Version 2.5.0
5
+ -------------
6
+
7
+ New Features
8
+ ~~~~~~~~~~~~
9
+
10
+ * Numbers: Add currency utilities and helpers (#491) (@kdeldycke)
11
+ * Support PyInstaller (#500, #505) (@wodo)
12
+
13
+ Minor Improvements and bugfixes
14
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
+
16
+ * Dates: Add __str__ to DateTimePattern (#515) (@sfermigier)
17
+ * Dates: Fix an invalid string to bytes comparison when parsing TZ files on Py3 (#498) (@rowillia)
18
+ * Dates: Formatting zero-padded components of dates is faster (#517) (@akx)
19
+ * Documentation: Fix "Good Commits" link in CONTRIBUTING.md (#511) (@naryanacharya6)
20
+ * Documentation: Fix link to Python gettext module (#512) (@Linkid)
21
+ * Messages: Allow both dash and underscore separated locale identifiers in pofiles (#489, #490) (@akx)
22
+ * Messages: Extract Python messages in nested gettext calls (#488) (@sublee)
23
+ * Messages: Fix in-place editing of dir list while iterating (#476, #492) (@MarcDufresne)
24
+ * Messages: Stabilize sort order (#482) (@xavfernandez)
25
+ * Time zones: Honor the no-inherit marker for metazone names (#405) (@akx)
26
+
27
+
4
28
Version 2.4.0
5
29
-------------
6
30
Original file line number Diff line number Diff line change 21
21
negotiate_locale , parse_locale , get_locale_identifier
22
22
23
23
24
- __version__ = '2.4 .0'
24
+ __version__ = '2.5 .0'
Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '2.4 '
54
+ version = '2.5 '
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '2.4 .0'
56
+ release = '2.5 .0'
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments