summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-02-28 15:55:06 +0200
committerAarni Koskela <akx@iki.fi>2023-02-28 16:05:05 +0200
commit56071c90116e6b9ebbb62ac072bcf032fc6987cb (patch)
treeb1f83c0b6626816ecf6cac0711d089fba3e5f044
parent9beda0bed2600af47827ad200b0c5864c542c617 (diff)
downloadbabel-56071c90116e6b9ebbb62ac072bcf032fc6987cb.tar.gz
Become 2.12.1v2.12.1
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES.rst9
-rw-r--r--babel/__init__.py2
-rw-r--r--docs/conf.py2
4 files changed, 12 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 0d2d121..9cde010 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 b5e4718..3a8f1d2 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 9f40feb..e4aca93 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 6a21fe6..71718a1 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.