Skip to content

Commit 65de3dc

Browse files
committed
Prepare for 2.13.1 release
1 parent 139dc11 commit 65de3dc

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Babel is written and maintained by the Babel team and various contributors:
4949
- Arturas Moskvinas
5050
- Leonardo Pistone
5151
- Hyunjun Kim
52+
- Daniel
53+
- Oleh Prypin
5254
- Petr Viktorin
5355
- Jean Abou-Samra
5456
- Joe Portela

CHANGES.rst

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

4+
Version 2.13.1
5+
--------------
6+
7+
This is a patch release to fix a few bugs.
8+
9+
Fixes
10+
~~~~~
11+
12+
* Fix a typo in ``_locales_to_names`` by @Dl84 in :gh:`1038` (issue :gh:`1037`)
13+
* Fix ``setuptools`` dependency for Python 3.12 by @opryprin in :gh:`1033`
14+
415
Version 2.13.0
516
--------------
617

babel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
parse_locale,
2626
)
2727

28-
__version__ = '2.13.0'
28+
__version__ = '2.13.1'
2929

3030
__all__ = [
3131
'Locale',

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.13'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.13.0'
56+
release = '2.13.1'
5757

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

0 commit comments

Comments
 (0)