File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
Babel Changelog
2
2
===============
3
3
4
+ Version 2.5.1
5
+ -------------
6
+
7
+ Minor Improvements and bugfixes
8
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
+
10
+ * Use a fixed datetime to avoid test failures (#520) (@narendravardi)
11
+ * Parse multi-line __future__ imports better (#519) (@akx)
12
+ * Fix validate_currency docstring (#522)
13
+ * Allow normalize_locale and exists to handle various unexpected inputs (#523) (@suhojm)
14
+ * Make PyInstaller support more robust (#525, #526) (@thijstriemstra, @akx)
15
+
16
+
4
17
Version 2.5.0
5
18
-------------
6
19
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.5.0 '
24
+ __version__ = '2.5.1 '
Original file line number Diff line number Diff line change 53
53
# The short X.Y version.
54
54
version = '2.5'
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '2.5.0 '
56
+ release = '2.5.1 '
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