]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Prepare for 2.13.1 release v2.13.1
authorAarni Koskela <akx@iki.fi>
Tue, 24 Oct 2023 14:26:15 +0000 (17:26 +0300)
committerAarni Koskela <akx@iki.fi>
Tue, 24 Oct 2023 14:29:31 +0000 (17:29 +0300)
AUTHORS
CHANGES.rst
babel/__init__.py
docs/conf.py

diff --git a/AUTHORS b/AUTHORS
index 72ad591adbcf5a014bbaf390cb251644f9d61b20..da8eb3a3c0ceb2af9a1d994da60f5e1d81984440 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
index 265f8eac2d6be9a27f9a33d9f7388e236b1796c0..41013bba3a4ea17d9caa2e640476db8c84fc08fb 100644 (file)
@@ -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
 --------------
 
index a4e7de934f0b1e664d42ad5665871da90ad86421..b3c50d29738c2578b6f3f3c8f7e11a7b21480732 100644 (file)
@@ -25,7 +25,7 @@ from babel.core import (
     parse_locale,
 )
 
-__version__ = '2.13.0'
+__version__ = '2.13.1'
 
 __all__ = [
     'Locale',
index 90c452553d66a043b0e585771a588c5d28c8c7af..df7382766858b9256b056417a4dd2a318197ab7c 100644 (file)
@@ -53,7 +53,7 @@ copyright = '2023, The Babel Team'
 # 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.