From: Aarni Koskela Date: Tue, 12 Apr 2016 06:44:25 +0000 (+0300) Subject: Bump to 2.3.3 X-Git-Tag: 2.3.4~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d587b88fc3bbc58bd9a4254cd638cede4de31eba;p=thirdparty%2Fbabel.git Bump to 2.3.3 --- diff --git a/CHANGES b/CHANGES index 752376b2..396710b9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,16 @@ Babel Changelog =============== +Version 2.3.3 +------------- + +(Bugfix release, released on April 12th) + +Bugfixes +~~~~~~~~ + +* CLI: Usage regressions that had snuck in between 2.2 and 2.3 should be no more. (https://github.com/python-babel/babel/pull/386) Thanks to @ajaeger, @sebdiem and @jcristovao for bug reports and patches. + Version 2.3.2 ------------- diff --git a/babel/__init__.py b/babel/__init__.py index d8f5c7ed..7f810c74 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.2' +__version__ = '2.3.3' diff --git a/docs/conf.py b/docs/conf.py index 1ade98b4..fc0530f1 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.2' +release = '2.3.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.