From 1c20e5c7703a49c06e223a6554e79dede9b97eed Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 9 Oct 2016 12:32:04 -0400 Subject: [PATCH] v4.0.2 --- core/__init__.py | 2 +- help/changelog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index db7229e1..f67db278 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,3 +1,3 @@ -__version__ = '4.0.1' +__version__ = '4.0.2' __appname__ = 'dupeGuru' diff --git a/help/changelog b/help/changelog index c0f95c45..e0565631 100644 --- a/help/changelog +++ b/help/changelog @@ -1,3 +1,8 @@ +=== 4.0.2 (2016-10-09) + +* Fix systematic crash in Picture Mode under MacOs Sierra. (#394) +* No change for Linux. Just keeping version in sync. + === 4.0.1 (2016-08-24) * Add Greek localization, by Gabriel Koutilellis. (#382)