]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Bump to 2.3.4 394/head
authorAarni Koskela <akx@iki.fi>
Fri, 22 Apr 2016 06:57:16 +0000 (09:57 +0300)
committerAarni Koskela <akx@iki.fi>
Fri, 22 Apr 2016 08:40:42 +0000 (11:40 +0300)
CHANGES
babel/__init__.py
docs/conf.py

diff --git a/CHANGES b/CHANGES
index 396710b9d2e3924f7d719bd846b1518bf04c5651..d4c01325c6b979a8d91bc6ad4192ee12ddae47fe 100644 (file)
--- 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
 -------------
 
index 7f810c7450f020869159c565171439b903736db8..ecc405913d323e43df566ffb070cf53fc62ce245 100644 (file)
@@ -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'
index fc0530f1ea99bec047fdb8d2235a655ac233dee7..b27a04c2dcfe63baa0a601e8584530da644e58e8 100644 (file)
@@ -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.