]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Become 2.5.3 551/head v2.5.3
authorAarni Koskela <akx@iki.fi>
Mon, 15 Jan 2018 16:55:40 +0000 (18:55 +0200)
committerAarni Koskela <akx@iki.fi>
Mon, 15 Jan 2018 16:55:40 +0000 (18:55 +0200)
CHANGES
babel/__init__.py
docs/conf.py

diff --git a/CHANGES b/CHANGES
index e0f47e87de4f2dd5f1352437c757cf40666d9922..eff75e070a8c7fb2176c354330f594c52190bfaf 100644 (file)
--- 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
 -------------
 
index 400dbdf3f05a5cc0259d22fbd726c88c7fb0e0b2..5a388226bf492bae79002b804a72b432e6dc0054 100644 (file)
@@ -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'
index f90fe6865cb2674eba2e58fb247683be0e64e9d3..432387e7c8dfe5a3da30d8a2dda2a5da8fd4c076 100644 (file)
@@ -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.