Skip to content

Commit

Permalink
Become 2.5.1 (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Sep 14, 2017
1 parent 0b34807 commit f29eccd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES
@@ -1,6 +1,19 @@
Babel Changelog
===============

Version 2.5.1
-------------

Minor Improvements and bugfixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Use a fixed datetime to avoid test failures (#520) (@narendravardi)
* Parse multi-line __future__ imports better (#519) (@akx)
* Fix validate_currency docstring (#522)
* Allow normalize_locale and exists to handle various unexpected inputs (#523) (@suhojm)
* Make PyInstaller support more robust (#525, #526) (@thijstriemstra, @akx)


Version 2.5.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion babel/__init__.py
Expand Up @@ -21,4 +21,4 @@
negotiate_locale, parse_locale, get_locale_identifier


__version__ = '2.5.0'
__version__ = '2.5.1'
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '2.5'
# The full version, including alpha/beta/rc tags.
release = '2.5.0'
release = '2.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit f29eccd

Please sign in to comment.