From c14c52529f5ec846fb02946e885004e98a35ff2c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 16 Apr 2021 16:54:22 -0400 Subject: [PATCH] Ready to ship 2.6. --- NEWS | 2 +- sst.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/") -- 2.31.1