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:
49
49
- Arturas Moskvinas
50
50
- Leonardo Pistone
51
51
- Hyunjun Kim
52
+ - Alex Waygood
52
53
- Maciej Olko
53
54
- martin f. krafft
54
55
- DS/Charlie
Original file line number Diff line number Diff line change 1
1
Babel Changelog
2
2
===============
3
3
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
+
4
13
Version 2.12.0
5
14
--------------
6
15
Original file line number Diff line number Diff line change 25
25
parse_locale ,
26
26
)
27
27
28
- __version__ = '2.12.0 '
28
+ __version__ = '2.12.1 '
29
29
30
30
__all__ = [
31
31
'Locale' ,
Original file line number Diff line number Diff line change 53
53
# The short X.Y version.
54
54
version = '2.12'
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '2.12.0 '
56
+ release = '2.12.1 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments