From 918f177accad220e45f9c520f280895e2f2bb21c Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Thu, 25 Apr 2019 21:23:56 +0300 Subject: [PATCH] prepare for v2.6.4 release. --- NEWS.asciidoc | 6 ++++++ pysollib/settings.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.asciidoc b/NEWS.asciidoc index 3cf5b038..0e39f757 100644 --- a/NEWS.asciidoc +++ b/NEWS.asciidoc @@ -1,6 +1,12 @@ [[news]] === News +* _25 April, 2019:_ There is a new stable release +https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.6.4/[PySolFC +v2.6.4]. New in this release: +** A https://github.com/shlomif/PySolFC/issues/107[new logo] thanks to @ghostofiht. +** Fix for https://github.com/shlomif/PySolFC/issues/110[Freezes] (pygame upgrade) +** Fixed https://github.com/shlomif/PySolFC/issues/111[Three Peaks scoring]. * _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: diff --git a/pysollib/settings.py b/pysollib/settings.py index 0bf2c102..e54650ef 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, 3) +VERSION_TUPLE = (2, 6, 4) VERSION = '.'.join(map(str, VERSION_TUPLE)) # Tk windowing system (auto set up in init.py)