From 915236c61b95541a97a42532bbc41249049b77ef Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 22 Apr 2016 09:57:16 +0300 Subject: [PATCH] Bump to 2.3.4 --- CHANGES | 11 +++++++++++ babel/__init__.py | 2 +- docs/conf.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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. -- 2.47.2