Skip to content

Commit 6cca5c7

Browse files
committed
Become 2.5.3
1 parent a009381 commit 6cca5c7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Babel Changelog
22
===============
33

4+
Version 2.5.3
5+
-------------
6+
7+
This is a maintenance release that reverts undesired API-breaking changes that slipped into 2.5.2
8+
(see https://github.com/python-babel/babel/issues/550).
9+
10+
It is based on v2.5.1 (f29eccd) with commits 7cedb84, 29da2d2 and edfb518 cherry-picked on top.
11+
412
Version 2.5.2
513
-------------
614

babel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
negotiate_locale, parse_locale, get_locale_identifier
2222

2323

24-
__version__ = '2.5.2'
24+
__version__ = '2.5.3'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '2.5'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.5.2'
56+
release = '2.5.3'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

0 commit comments

Comments
 (0)