From: Aarni Koskela Date: Tue, 28 Feb 2023 13:55:06 +0000 (+0200) Subject: Become 2.12.1 X-Git-Tag: v2.12.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56071c90116e6b9ebbb62ac072bcf032fc6987cb;p=thirdparty%2Fbabel.git Become 2.12.1 --- diff --git a/AUTHORS b/AUTHORS index 0d2d1216..9cde0106 100644 --- a/AUTHORS +++ b/AUTHORS @@ -49,6 +49,7 @@ Babel is written and maintained by the Babel team and various contributors: - Arturas Moskvinas - Leonardo Pistone - Hyunjun Kim +- Alex Waygood - Maciej Olko - martin f. krafft - DS/Charlie diff --git a/CHANGES.rst b/CHANGES.rst index b5e4718e..3a8f1d25 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Babel Changelog =============== +Version 2.12.1 +-------------- + +Fixes +~~~~~ + +* Version 2.12.0 was missing the ``py.typed`` marker file. Thanks to Alex Waygood for the fix! :gh:`975` +* The copyright year in all files was bumped to 2023. + Version 2.12.0 -------------- diff --git a/babel/__init__.py b/babel/__init__.py index 9f40feb6..e4aca934 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -25,7 +25,7 @@ from babel.core import ( parse_locale, ) -__version__ = '2.12.0' +__version__ = '2.12.1' __all__ = [ 'Locale', diff --git a/docs/conf.py b/docs/conf.py index 6a21fe60..71718a1e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ copyright = '2023, The Babel Team' # The short X.Y version. version = '2.12' # The full version, including alpha/beta/rc tags. -release = '2.12.0' +release = '2.12.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.