Skip to content

Commit e6a926a

Browse files
authored
Become 2.5.0 (#518)
1 parent 230e1f7 commit e6a926a

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGES

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

4+
Version 2.5.0
5+
-------------
6+
7+
New Features
8+
~~~~~~~~~~~~
9+
10+
* Numbers: Add currency utilities and helpers (#491) (@kdeldycke)
11+
* Support PyInstaller (#500, #505) (@wodo)
12+
13+
Minor Improvements and bugfixes
14+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15+
16+
* Dates: Add __str__ to DateTimePattern (#515) (@sfermigier)
17+
* Dates: Fix an invalid string to bytes comparison when parsing TZ files on Py3 (#498) (@rowillia)
18+
* Dates: Formatting zero-padded components of dates is faster (#517) (@akx)
19+
* Documentation: Fix "Good Commits" link in CONTRIBUTING.md (#511) (@naryanacharya6)
20+
* Documentation: Fix link to Python gettext module (#512) (@Linkid)
21+
* Messages: Allow both dash and underscore separated locale identifiers in pofiles (#489, #490) (@akx)
22+
* Messages: Extract Python messages in nested gettext calls (#488) (@sublee)
23+
* Messages: Fix in-place editing of dir list while iterating (#476, #492) (@MarcDufresne)
24+
* Messages: Stabilize sort order (#482) (@xavfernandez)
25+
* Time zones: Honor the no-inherit marker for metazone names (#405) (@akx)
26+
27+
428
Version 2.4.0
529
-------------
630

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.4.0'
24+
__version__ = '2.5.0'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '2.4'
54+
version = '2.5'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.4.0'
56+
release = '2.5.0'
5757

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

0 commit comments

Comments
 (0)