From: Eric S. Raymond Date: Fri, 16 Apr 2021 20:54:22 +0000 (-0400) Subject: Ready to ship 2.6. X-Git-Tag: 2.6^0 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=c14c52529f5ec846fb02946e885004e98a35ff2c Ready to ship 2.6. --- diff --git a/NEWS b/NEWS index d85264c..ac0d052 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/sst.py b/sst.py index 8edb61b..5e6d88e 100755 --- a/sst.py +++ b/sst.py @@ -32,7 +32,7 @@ try: except NameError: my_input = input -version = "2.5" +version = "2.6" docpath = (".", "doc/", "/usr/share/doc/sst/")