diff --git a/NEWS.asciidoc b/NEWS.asciidoc index 6794d88c..3cf5b038 100644 --- a/NEWS.asciidoc +++ b/NEWS.asciidoc @@ -1,6 +1,12 @@ [[news]] === News +* _7 April, 2019:_ There is a new stable release +https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.6.3/[PySolFC +v2.6.3]. New in this release: +** Compatibility with Pillow 6.x - https://github.com/shlomif/PySolFC/issues/108 +** Restore the "Save games geometry" feature - https://github.com/shlomif/PySolFC/issues/84 +** Added a NEWS.asciidoc file. * _4 March, 2019:_ There is a new stable release https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.6.2/[PySolFC v2.6.2]. New in this release: diff --git a/pysollib/settings.py b/pysollib/settings.py index a1448202..0bf2c102 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -32,7 +32,7 @@ PACKAGE = 'PySolFC' TITLE = 'PySol' PACKAGE_URL = 'http://pysolfc.sourceforge.net/' -VERSION_TUPLE = (2, 6, 2) +VERSION_TUPLE = (2, 6, 3) VERSION = '.'.join(map(str, VERSION_TUPLE)) # Tk windowing system (auto set up in init.py)