From 0ab2dac3f883d910549ef00f5761a0b964a496a0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 24 Apr 2019 14:45:18 -0400 Subject: [PATCH] Ready to ship 2.5. --- NEWS | 2 +- sst.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b1f3a90..7d04565 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ SST2K project news. -Repository head:: +2.5: 2019-04-24:: Now runs identically under Python 2 and Python 3. 2.4: 2019-04-22:: diff --git a/sst.py b/sst.py index 63f1f31..168b55d 100755 --- a/sst.py +++ b/sst.py @@ -31,7 +31,7 @@ try: except NameError: my_input = input -version = "2.4" +version = "2.5" docpath = (".", "doc/", "/usr/share/doc/sst/") -- 2.31.1