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

M NEWS
M sst.py
M NEWS +1 -1
@@ 1,6 1,6 @@ 
 			SST2K project news.
 
-Repository head::
+2.6: 2021-04-16::
     Fixed a longstanding bug in the chart display.
     Minor port fixes for recent Python 23 versions.
     Test suite is TAPified.

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