Skip to content

Commit 6de9a2d

Browse files
authored
Merge pull request #35 from pganssle/include_news_in_build
Include NEWS.md in source dists
2 parents 88d9c71 + ebc9787 commit 6de9a2d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# All the stuff to include
22
include VERSION
33
include tox.ini
4-
include LICENSE *.rst *.toml *.yml *.yaml *.ini *.sh *.cfg
4+
include LICENSE *.md *.rst *.toml *.yml *.yaml *.ini *.sh *.cfg
55
recursive-include licenses *
66
recursive-include src/tzdata *
77
recursive-include templates *

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

101101
The Îles-de-la-Madeleine and the Listuguj reserve are noted as following
102102
America/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.)

news.d/2020a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

3434
The Îles-de-la-Madeleine and the Listuguj reserve are noted as following
3535
America/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.)

news.d/2020b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

4747
The 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.)

news.d/2020c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
1010
Fiji will start DST on 2020-12-20, instead of 2020-11-08 as previously
1111
predicted. DST will still end on 2021-01-17. (Thanks to Raymond Kumar and Alan
1212
Mintz.) 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.

update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)