File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Babel Changelog
2
2
===============
3
3
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
+
4
12
Version 2.5.2
5
13
-------------
6
14
Original file line number Diff line number Diff line change 21
21
negotiate_locale , parse_locale , get_locale_identifier
22
22
23
23
24
- __version__ = '2.5.2 '
24
+ __version__ = '2.5.3 '
Original file line number Diff line number Diff line change 53
53
# The short X.Y version.
54
54
version = '2.5'
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '2.5.2 '
56
+ release = '2.5.3 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments