From: Eric S. Raymond Date: Mon, 20 Sep 2021 18:08:47 +0000 (-0400) Subject: Ready to ship 2.7. X-Git-Tag: 2.7^0 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=12f708e8cba746ee19c76061b819456740f26db4 Ready to ship 2.7. --- diff --git a/NEWS b/NEWS index cdb26a9..ebc32da 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ SST2K project news. -Repoitory head:: +2.7: 2021-09-20:: Ubuntu has abolished /usr/bin/python, change shebang to python3. 2.6: 2021-04-16:: diff --git a/sst.py b/sst.py index c90472c..6165014 100755 --- a/sst.py +++ b/sst.py @@ -32,7 +32,7 @@ try: except NameError: my_input = input -version = "2.6" +version = "2.7" docpath = (".", "doc/", "/usr/share/doc/sst/")