File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed
Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11Babel 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+
415Version 2.13.0
516--------------
617
Original file line number Diff line number Diff line change 2525 parse_locale ,
2626)
2727
28- __version__ = '2.13.0 '
28+ __version__ = '2.13.1 '
2929
3030__all__ = [
3131 'Locale' ,
Original file line number Diff line number Diff line change 5353# The short X.Y version.
5454version = '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.
You can’t perform that action at this time.
0 commit comments