From: Eric S. Raymond Date: Wed, 24 Apr 2019 18:45:18 +0000 (-0400) Subject: Ready to ship 2.5. X-Git-Tag: 2.5^0 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=0ab2dac3f883d910549ef00f5761a0b964a496a0;ds=inline Ready to ship 2.5. --- 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/")