c2964d799727 — Eric S. Raymond 3 years ago
Ready to ship 2.7.
2 files changed, 2 insertions(+), 2 deletions(-)

M NEWS
M sst.py
M NEWS +1 -1
@@ 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::

          
M sst.py +1 -1
@@ 32,7 32,7 @@ try:
 except NameError:
     my_input = input
 
-version = "2.6"
+version = "2.7"
 
 docpath  	= (".", "doc/", "/usr/share/doc/sst/")