Skip to content

Commit

Permalink
Prepare for 2.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Oct 24, 2023
1 parent 139dc11 commit 65de3dc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -49,6 +49,8 @@ Babel is written and maintained by the Babel team and various contributors:
- Arturas Moskvinas
- Leonardo Pistone
- Hyunjun Kim
- Daniel
- Oleh Prypin
- Petr Viktorin
- Jean Abou-Samra
- Joe Portela
Expand Down
11 changes: 11 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,17 @@
Babel Changelog
===============

Version 2.13.1
--------------

This is a patch release to fix a few bugs.

Fixes
~~~~~

* Fix a typo in ``_locales_to_names`` by @Dl84 in :gh:`1038` (issue :gh:`1037`)
* Fix ``setuptools`` dependency for Python 3.12 by @opryprin in :gh:`1033`

Version 2.13.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion babel/__init__.py
Expand Up @@ -25,7 +25,7 @@
parse_locale,
)

__version__ = '2.13.0'
__version__ = '2.13.1'

__all__ = [
'Locale',
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '2.13'
# The full version, including alpha/beta/rc tags.
release = '2.13.0'
release = '2.13.1'

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

0 comments on commit 65de3dc

Please sign in to comment.