Ready to ship 2.7. 2.7
authorEric S. Raymond <esr@thyrsus.com>
Mon, 20 Sep 2021 18:08:47 +0000 (14:08 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 20 Sep 2021 18:08:47 +0000 (14:08 -0400)
NEWS
sst.py

diff --git a/NEWS b/NEWS
index cdb26a943e25a9e73442242668b20f194b121b03..ebc32da629ffc0dd56526f9f0842d21a60149dac 100644 (file)
--- 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 c90472c36e82650716cbc82c52d86ef0da8adcba..61650143d5b9b56baaedb0a53c57b7cd848620d7 100755 (executable)
--- 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/")