Skip to content

Commit 56071c9

Browse files
committed
Become 2.12.1
1 parent 9beda0b commit 56071c9

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Babel is written and maintained by the Babel team and various contributors:
4949
- Arturas Moskvinas
5050
- Leonardo Pistone
5151
- Hyunjun Kim
52+
- Alex Waygood
5253
- Maciej Olko
5354
- martin f. krafft
5455
- DS/Charlie

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Babel Changelog
22
===============
33

4+
Version 2.12.1
5+
--------------
6+
7+
Fixes
8+
~~~~~
9+
10+
* Version 2.12.0 was missing the ``py.typed`` marker file. Thanks to Alex Waygood for the fix! :gh:`975`
11+
* The copyright year in all files was bumped to 2023.
12+
413
Version 2.12.0
514
--------------
615

babel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
parse_locale,
2626
)
2727

28-
__version__ = '2.12.0'
28+
__version__ = '2.12.1'
2929

3030
__all__ = [
3131
'Locale',

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '2.12'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.12.0'
56+
release = '2.12.1'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

0 commit comments

Comments
 (0)