From 0696750457bc02c8dd06348cd3a89e8feccf50c5 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 7 Apr 2019 13:40:21 +0300 Subject: [PATCH] bump version to 2.6.3 --- NEWS.asciidoc | 6 ++++++ pysollib/settings.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.asciidoc b/NEWS.asciidoc index 6794d88c3c..3cf5b038a5 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 a1448202cb..0bf2c10220 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -32,7 +32,7 @@ def n_(x): # for gettext 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)