Skip to content

Commit f29eccd

Browse files
authored
Become 2.5.1 (#527)
1 parent 0b34807 commit f29eccd

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Babel 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+
417
Version 2.5.0
518
-------------
619

babel/__init__.py

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

2323

24-
__version__ = '2.5.0'
24+
__version__ = '2.5.1'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '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.

0 commit comments

Comments
 (0)