We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4a956 commit edfb518Copy full SHA for edfb518
CHANGES
@@ -1,6 +1,14 @@
1
Babel Changelog
2
===============
3
4
+Version 2.5.2
5
+-------------
6
+
7
+Bugfixes
8
+~~~~~~~~
9
10
+* Revert the unnecessary PyInstaller fixes from 2.5.0 and 2.5.1 (#533) (@yagebu)
11
12
Version 2.5.1
13
-------------
14
babel/__init__.py
@@ -21,4 +21,4 @@
21
negotiate_locale, parse_locale, get_locale_identifier
22
23
24
-__version__ = '2.5.1'
+__version__ = '2.5.2'
docs/conf.py
@@ -53,7 +53,7 @@
53
# The short X.Y version.
54
version = '2.5'
55
# The full version, including alpha/beta/rc tags.
56
-release = '2.5.1'
+release = '2.5.2'
57
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
# for a list of supported languages.
0 commit comments