File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11# All the stuff to include
22include VERSION
33include tox.ini
4- include LICENSE *.rst *.toml *.yml *.yaml *.ini *.sh *.cfg
4+ include LICENSE *.md *. rst *.toml *.yml *.yaml *.ini *.sh *.cfg
55recursive-include licenses *
66recursive-include src/tzdata *
77recursive-include templates *
Original file line number Diff line number Diff line change 11# Version 2020.3
2- Upstream version 2020c release 2020-10-16T18:15:53+00:00
2+ Upstream version 2020c released 2020-10-16T18:15:53+00:00
33
44## Briefly:
55
@@ -15,7 +15,7 @@ departure from the recent pattern.
1515---
1616
1717# Version 2020.2
18- Upstream version 2020b release 2020-10-07T01:35:04+00:00
18+ Upstream version 2020b released 2020-10-07T01:35:04+00:00
1919
2020## Briefly:
2121
@@ -66,7 +66,7 @@ from the distribution. (Thanks to Tim Parenti.)
6666---
6767
6868# Version 2020.1
69- Upstream version 2020a release 2020-04-23T23:03:47+00:00
69+ Upstream version 2020a released 2020-04-23T23:03:47+00:00
7070
7171## Briefly:
7272
@@ -100,4 +100,4 @@ America/Nuuk. A backwards-compatibility link remains for the old name.
100100
101101The Îles-de-la-Madeleine and the Listuguj reserve are noted as following
102102America/Halifax, and comments about Yukon's "south" and "north" have been
103- corrected to say "east" and "west". (Thanks to Jeffery Nichols.)
103+ corrected to say "east" and "west". (Thanks to Jeffery Nichols.)
Original file line number Diff line number Diff line change 11# Version 2020.1
2- Upstream version 2020a release 2020-04-23T23:03:47+00:00
2+ Upstream version 2020a released 2020-04-23T23:03:47+00:00
33
44## Briefly:
55
@@ -33,4 +33,4 @@ America/Nuuk. A backwards-compatibility link remains for the old name.
3333
3434The Îles-de-la-Madeleine and the Listuguj reserve are noted as following
3535America/Halifax, and comments about Yukon's "south" and "north" have been
36- corrected to say "east" and "west". (Thanks to Jeffery Nichols.)
36+ corrected to say "east" and "west". (Thanks to Jeffery Nichols.)
Original file line number Diff line number Diff line change 11# Version 2020.2
2- Upstream version 2020b release 2020-10-07T01:35:04+00:00
2+ Upstream version 2020b released 2020-10-07T01:35:04+00:00
33
44## Briefly:
55
@@ -45,4 +45,4 @@ Deckers.)
4545## Changes to documentation and commentary
4646
4747The long-obsolete files pacificnew, systemv, and yearistype.sh have been removed
48- from the distribution. (Thanks to Tim Parenti.)
48+ from the distribution. (Thanks to Tim Parenti.)
Original file line number Diff line number Diff line change 11# Version 2020.3
2- Upstream version 2020c release 2020-10-16T18:15:53+00:00
2+ Upstream version 2020c released 2020-10-16T18:15:53+00:00
33
44## Briefly:
55
@@ -10,4 +10,4 @@ Fiji starts DST later than usual, on 2020-12-20.
1010Fiji will start DST on 2020-12-20, instead of 2020-11-08 as previously
1111predicted. DST will still end on 2021-01-17. (Thanks to Raymond Kumar and Alan
1212Mintz.) Assume for now that the later-than-usual start date is a one-time
13- departure from the recent pattern.
13+ departure from the recent pattern.
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ def to_file(self) -> None:
226226
227227 contents = [f"# Version { translated_version } " ]
228228 contents .append (
229- f"Upstream version { self .version } release { release_date .isoformat ()} "
229+ f"Upstream version { self .version } released { release_date .isoformat ()} "
230230 )
231231 contents .append ("" )
232232
You can’t perform that action at this time.
0 commit comments