From: Aarni Koskela Date: Mon, 15 Jan 2018 16:55:40 +0000 (+0200) Subject: Become 2.5.3 X-Git-Tag: v2.5.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F551%2Fhead;p=thirdparty%2Fbabel.git Become 2.5.3 --- diff --git a/CHANGES b/CHANGES index e0f47e87..eff75e07 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,14 @@ Babel Changelog =============== +Version 2.5.3 +------------- + +This is a maintenance release that reverts undesired API-breaking changes that slipped into 2.5.2 +(see https://github.com/python-babel/babel/issues/550). + +It is based on v2.5.1 (f29eccd) with commits 7cedb84, 29da2d2 and edfb518 cherry-picked on top. + Version 2.5.2 ------------- diff --git a/babel/__init__.py b/babel/__init__.py index 400dbdf3..5a388226 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.5.2' +__version__ = '2.5.3' diff --git a/docs/conf.py b/docs/conf.py index f90fe686..432387e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.2' +release = '2.5.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.