summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2018-01-15 18:55:40 +0200
committerAarni Koskela <akx@iki.fi>2018-01-15 18:55:40 +0200
commit6cca5c736e53936b8b0d16d809382b472f5cd342 (patch)
treebd585b754420abb1fe3156d4046223fe571d8f6f
parenta009381658f0b1b25cebba26eabb243f210d807c (diff)
downloadbabel-maint-25.tar.gz
Become 2.5.3v2.5.3maint-25
-rw-r--r--CHANGES8
-rw-r--r--babel/__init__.py2
-rw-r--r--docs/conf.py2
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e0f47e8..eff75e0 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 400dbdf..5a38822 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 f90fe68..432387e 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.