]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Become 2.12.1 v2.12.1
authorAarni Koskela <akx@iki.fi>
Tue, 28 Feb 2023 13:55:06 +0000 (15:55 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 28 Feb 2023 14:05:05 +0000 (16:05 +0200)
AUTHORS
CHANGES.rst
babel/__init__.py
docs/conf.py

diff --git a/AUTHORS b/AUTHORS
index 0d2d121684d60f2809da34816bf9d7bb177ba1b4..9cde0106c05afc0df91c868851c11e8097d969b1 100644 (file)
--- 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
index b5e4718ebe298464bc2e88f3977d298d502ac6f0..3a8f1d25b99735195daf069e0785eeae782cb769 100644 (file)
@@ -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
 --------------
 
index 9f40feb6bcf0558289cb500a249c760f64d88957..e4aca934770826bfe619ae20a504012247a85639 100644 (file)
@@ -25,7 +25,7 @@ from babel.core import (
     parse_locale,
 )
 
-__version__ = '2.12.0'
+__version__ = '2.12.1'
 
 __all__ = [
     'Locale',
index 6a21fe6073d7631a56987265c44f1b9b338604d6..71718a1e08d3bb51461de3768a609b85428984cd 100644 (file)
@@ -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.