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)