From 94a46501c186985a450cec1a030c968fdd2f62cc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 1 Mar 2017 13:05:36 -0500 Subject: [PATCH] Ready to ship 2.2. --- NEWS | 6 +++--- sst.py | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c9c70ec..47458c9 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ SST2K project news. -2.2 @ - Enable GNU readline keys. Added color. Added BSD Trek 'CAPTURE' - and 'CLOAK' (from Tom Almy's 2013 changes). +2.2 @ 2017-03-01 + Added color. Added BSD Trek 'CAPTURE' and 'CLOAK' (from Tom Almy's + 2013 changes). Many bug fixes. 2.1 @ 2012-02-16 Packaging fixes, pychecker cleanup, cope with Freshmeat name changes. diff --git a/sst.py b/sst.py index 0a7bd3e..945017f 100755 --- a/sst.py +++ b/sst.py @@ -27,8 +27,7 @@ try: except NameError: my_input = input - -version = "2.1" +version = "2.2" docpath = (".", "doc/", "/usr/share/doc/sst/") -- 2.31.1