Ready to ship 2.5. 2.5
authorEric S. Raymond <esr@thyrsus.com>
Wed, 24 Apr 2019 18:45:18 +0000 (14:45 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 24 Apr 2019 18:45:18 +0000 (14:45 -0400)
NEWS
sst.py

diff --git a/NEWS b/NEWS
index b1f3a909419aa7e00c32b082905165f3ee2d312b..7d0456534101d78dfdcf834c09c06af07b7e2754 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                        SST2K project news.
 
                        SST2K project news.
 
-Repository head::
+2.5: 2019-04-24::
     Now runs identically under Python 2 and Python 3.
 
 2.4: 2019-04-22::
     Now runs identically under Python 2 and Python 3.
 
 2.4: 2019-04-22::
diff --git a/sst.py b/sst.py
index 63f1f31499db4cc84ea01304bd2a93735aa53e99..168b55d4da93cacdb440254d1dc2fc6b326efe07 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -31,7 +31,7 @@ try:
 except NameError:
     my_input = input
 
 except NameError:
     my_input = input
 
-version = "2.4"
+version = "2.5"
 
 docpath        = (".", "doc/", "/usr/share/doc/sst/")
 
 
 docpath        = (".", "doc/", "/usr/share/doc/sst/")