From e36322086680276af30cd3e881b51bba5e04eee9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 10 Feb 2024 22:33:35 -0500 Subject: [PATCH] Ready to ship 2.8 --- NEWS | 2 +- sst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index eae4b10..3959d92 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ SST2K project news. -Repository head:: +2.8: 2024-02-10: Fix for enemy dispersion on torpedo hits. Re-conform to the documentation by removing the .py estension from sst. Fancy-mode coordinates can have the Y as a letter, e,g. "c4" = "3 - 4". diff --git a/sst b/sst index c3bdafe..0c0ace9 100755 --- a/sst +++ b/sst @@ -29,7 +29,7 @@ try: except ImportError: # pragma: no cover pass -version = "2.7" +version = "2.8" docpath = (".", "doc/", "/usr/share/doc/sst/") -- 2.31.1