From: Aarni Koskela Date: Fri, 22 Apr 2016 06:57:16 +0000 (+0300) Subject: Bump to 2.3.4 X-Git-Tag: 2.3.4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F394%2Fhead;p=thirdparty%2Fbabel.git Bump to 2.3.4 --- diff --git a/CHANGES b/CHANGES index 396710b9..d4c01325 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,17 @@ Babel Changelog =============== +Version 2.3.4 +------------- + +(Bugfix release, released on April 22th) + +Bugfixes +~~~~~~~~ + +* CLDR: The lxml library is no longer used for CLDR importing, so it should not cause strange failures either. Thanks to @aronbierbaum for the bug report and @jtwang for the fix. (https://github.com/python-babel/babel/pull/393) +* CLI: Every last single CLI usage regression should now be gone, and both distutils and stand-alone CLIs should work as they have in the past. Thanks to @paxswill and @ajaeger for bug reports. (https://github.com/python-babel/babel/pull/389) + Version 2.3.3 ------------- diff --git a/babel/__init__.py b/babel/__init__.py index 7f810c74..ecc40591 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -21,4 +21,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \ negotiate_locale, parse_locale, get_locale_identifier -__version__ = '2.3.3' +__version__ = '2.3.4' diff --git a/docs/conf.py b/docs/conf.py index fc0530f1..b27a04c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, The Babel Team' # The short X.Y version. version = '2.3' # The full version, including alpha/beta/rc tags. -release = '2.3.3' +release = '2.3.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.