From 12f708e8cba746ee19c76061b819456740f26db4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 20 Sep 2021 14:08:47 -0400 Subject: [PATCH] Ready to ship 2.7. --- NEWS | 2 +- sst.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/") -- 2.31.1