File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ name: CI
33 push :
44 branches :
55 - master
6+ - ' *-maint'
67 pull_request :
78 branches :
89 - master
10+ - ' *-maint'
911jobs :
1012 Build :
1113 runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ name: Test
22
33on :
44 push :
5- branches : [ master ]
5+ branches :
6+ - master
7+ - ' *-maint'
68 pull_request :
7- branches : [ master ]
9+ branches :
10+ - master
11+ - ' *-maint'
812
913jobs :
1014 test :
Original file line number Diff line number Diff line change 11Babel Changelog
22===============
33
4+ Version 2.10.3
5+ --------------
6+
7+ This is a bugfix release for Babel 2.10.2, which was mistakenly packaged with outdated locale data.
8+
9+ Thanks to Michał Górny for pointing this out and Jun Omae for verifying.
10+
11+ This and future Babel PyPI packages will be built by a more automated process,
12+ which should make problems like this less likely to occur.
13+
414Version 2.10.2
515--------------
616
Original file line number Diff line number Diff line change 2020 negotiate_locale , parse_locale , get_locale_identifier
2121
2222
23- __version__ = '2.10.2 '
23+ __version__ = '2.10.3 '
You can’t perform that action at this time.
0 commit comments