File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11Babel 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+
413Version 2.12.0
514--------------
615
Original file line number Diff line number Diff line change 2525 parse_locale ,
2626)
2727
28- __version__ = '2.12.0 '
28+ __version__ = '2.12.1 '
2929
3030__all__ = [
3131 'Locale' ,
Original file line number Diff line number Diff line change 5353# The short X.Y version.
5454version = '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.
You can’t perform that action at this time.
0 commit comments