File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Babel Changelog
22===============
33
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+
417Version 2.5.0
518-------------
619
Original file line number Diff line number Diff line change 2121 negotiate_locale , parse_locale , get_locale_identifier
2222
2323
24- __version__ = '2.5.0 '
24+ __version__ = '2.5.1 '
Original file line number Diff line number Diff line change 5353# The short X.Y version.
5454version = '2.5'
5555# The full version, including alpha/beta/rc tags.
56- release = '2.5.0 '
56+ release = '2.5.1 '
5757
5858# The language for content autogenerated by Sphinx. Refer to documentation
5959# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments