]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Become 2.5.1 (#527) v2.5.1
authorAarni Koskela <akx@iki.fi>
Thu, 14 Sep 2017 10:04:32 +0000 (13:04 +0300)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2017 10:04:32 +0000 (13:04 +0300)
CHANGES
babel/__init__.py
docs/conf.py

diff --git a/CHANGES b/CHANGES
index 99f8db0fefa693504de2477256222ad389e64d02..0efd2044c7aece7a258769fcf160bc1d7dce0581 100644 (file)
--- a/CHANGES
+++ b/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
 -------------
 
index 1b367c0f4760d0448d66c8119d141bc44edf57e7..ba972b5a4b17cb22d99ce24f6729c7c986a9cc6b 100644 (file)
@@ -21,4 +21,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \
     negotiate_locale, parse_locale, get_locale_identifier
 
 
-__version__ = '2.5.0'
+__version__ = '2.5.1'
index e548429530fd8d4d7d6f0577a50b8647d78bb62f..a0220168a80ac8a70a0dd568fe5c7e6d84d8fb25 100644 (file)
@@ -53,7 +53,7 @@ copyright = u'2017, The Babel Team'
 # 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.