Skip to content

Commit edfb518

Browse files
committed
Become 2.5.2
1 parent 7f4a956 commit edfb518

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.2
5+
-------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
* Revert the unnecessary PyInstaller fixes from 2.5.0 and 2.5.1 (#533) (@yagebu)
11+
412
Version 2.5.1
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.1'
24+
__version__ = '2.5.2'

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.1'
56+
release = '2.5.2'
5757

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

0 commit comments

Comments
 (0)