diff --git a/NEWS.asciidoc b/NEWS.asciidoc index e15bcbd1..c6a7a8b1 100644 --- a/NEWS.asciidoc +++ b/NEWS.asciidoc @@ -1,5 +1,11 @@ [[news]] === News +* _10 May, 2022_ There is a new stable release +https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.16.0/[PySolFC +v2.16.0]. Anyone upgrading from a version prior to 2.15.0 should read the notes for that version before upgrading. New in this release: +** Enhancements to many images and graphical displays. +** More game rules in the documentation. +** Bugfixes, cleanup, and other enhancements. * _12 March, 2022_ There is a new beta release https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.15.0/[PySolFC v2.15.0]. Additionally, there is a new Cardsets release https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/PySolFC-Cardsets-2.1/[PySolFC-Cardsets v.2.1] diff --git a/html-src/news.html b/html-src/news.html index d7765b89..c8b9fc6b 100644 --- a/html-src/news.html +++ b/html-src/news.html @@ -1,6 +1,29 @@
10 May, 2022: There is a new stable release +PySolFC +v2.16.0. Anyone upgrading from a version prior to 2.15.0 should read the notes for that +version before upgrading. New in this release:
++Enhancements to many images and graphical displays. +
++More game rules in the documentation. +
++Bugfixes, cleanup, and other enhancements. +
+12 March, 2022: There is a new beta release PySolFC v2.15.0. Additionally, there is a new Cardsets release diff --git a/pysollib/settings.py b/pysollib/settings.py index a5bf45b0..d0455b16 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -32,7 +32,7 @@ PACKAGE = 'PySolFC' TITLE = 'PySol' PACKAGE_URL = 'http://pysolfc.sourceforge.io/' -VERSION_TUPLE = (2, 15, 0) +VERSION_TUPLE = (2, 16, 0) VERSION = '.'.join(map(str, VERSION_TUPLE)) # Tk windowing system (auto set up in init.py)