Daniel Shahaf wrote on Mon, 13 Aug 2018 12:54 +0000: > Correct me if I'm wrong, but wouldn't reverting the first hunk of > r1837939 and making it conditional upon a 'version < Version(1,11,0)'
Sorry, that would be a RuntimeError. The condition should be
'args.version < Version("1.11.0-alpha1")'.
> check be all we need to do to have release.py generate *.sha1 files for
> 1.10 and earlier only, but not add sha1 info to emails and download
> pages for any future release? See attachment.

