# HG changeset patch # User Eric S. Raymond # Date 1632161327 14400 # Mon Sep 20 14:08:47 2021 -0400 # Node ID c2964d79972756c371c61de5110d5360ce41acf1 # Parent 5bc10e8f30f67a5041432a96cc36ccf1081feb28 Ready to ship 2.7. diff --git a/NEWS b/NEWS --- 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 --- a/sst.py +++ b/sst.py @@ -32,7 +32,7 @@ except NameError: my_input = input -version = "2.6" +version = "2.7" docpath = (".", "doc/", "/usr/share/doc/sst/")