From 56071c90116e6b9ebbb62ac072bcf032fc6987cb Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 28 Feb 2023 15:55:06 +0200 Subject: [PATCH] Become 2.12.1 --- AUTHORS | 1 + CHANGES.rst | 9 +++++++++ babel/__init__.py | 2 +- docs/conf.py | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0d2d12168..9cde0106c 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 b5e4718eb..3a8f1d25b 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 9f40feb6b..e4aca9347 100644 --- a/babel/__init__.py +++ b/babel/__init__.py @@ -25,7 +25,7 @@ parse_locale, ) -__version__ = '2.12.0' +__version__ = '2.12.1' __all__ = [ 'Locale', diff --git a/docs/conf.py b/docs/conf.py index 6a21fe607..71718a1e0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # 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.