From 1a2da48e1c9deb7f02ab9ccdca353ab389763d24 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 4 Aug 2023 07:43:21 +0100 Subject: Include download link. --- tools/atom.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/atom.py b/tools/atom.py index c3b3da4..7619974 100755 --- a/tools/atom.py +++ b/tools/atom.py @@ -49,11 +49,13 @@ def to_atom(post):
{body}
+

Download available at SpaceBeans website.

\n""".format( title="Released SpaceBeans " + post["version"], url=base_url + "#" + post["version"], + download=base_url + "#download", updated_on=datetime.combine( post["updated_on"], datetime.min.time() ).isoformat(), -- cgit v1.2.3