diff --git a/NEWS.asciidoc b/NEWS.asciidoc index f7f0e281..b2468799 100644 --- a/NEWS.asciidoc +++ b/NEWS.asciidoc @@ -1,5 +1,11 @@ [[news]] === News +* _16 April, 2023:_ There is a new stable release +https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.1/[PySolFC +v2.20.1]. New in this release: +** The release packages have been updated to use the latest version of Python, and all the dependent libraries. +** New alternate release packages for Windows and Mac that include the full cardsets library (these are larger and may take longer to download/install). +** Bugfixes and other enhancements. * _26 February, 2023:_ There is a new stable release https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.20.0/[PySolFC v2.20.0]. Additionally, there is a new Cardsets release diff --git a/html-src/news.html b/html-src/news.html index 3d89200a..42492575 100644 --- a/html-src/news.html +++ b/html-src/news.html @@ -1,6 +1,28 @@
16 April, 2023: There is a new stable release +PySolFC +v2.20.1. New in this release:
++The release packages have been updated to use the latest version of Python, and all the dependent libraries. +
++New alternate release packages for Windows and Mac that include the full cardsets library (these are larger and may take longer to download/install). +
++Bugfixes and other enhancements. +
+26 February, 2023: There is a new stable release PySolFC v2.20.0. Additionally, there is a new Cardsets release diff --git a/pysollib/settings.py b/pysollib/settings.py index 40b9e29d..549516ad 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, 20, 0) +VERSION_TUPLE = (2, 20, 1) VERSION = '.'.join(map(str, VERSION_TUPLE)) # Tk windowing system (auto set up in init.py)