Ready to ship 2.6. 2.6
authorEric S. Raymond <esr@thyrsus.com>
Fri, 16 Apr 2021 20:54:22 +0000 (16:54 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 16 Apr 2021 21:07:00 +0000 (17:07 -0400)
NEWS
sst.py

diff --git a/NEWS b/NEWS
index d85264ce17d31bf47b19ba5d7d0d8ab93ae5b4b5..ac0d0527ca76b81d1f738d5e4b402793078d46d9 100644 (file)
--- 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 8edb61b3022bc6dd1132cbba0d724d6718ebad2e..5e6d88ec3d130e41418523bed1d583246e056f65 100755 (executable)
--- 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/")