From ae1283f2e187c050b0b90dc3147dc0ff9e922ba0 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 19 Aug 2013 16:48:07 -0400 Subject: [PATCH] se v3.7.1 --- core_se/__init__.py | 2 +- help/changelog_se | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core_se/__init__.py b/core_se/__init__.py index c1a6ce83..7aea0ee2 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.7.0' +__version__ = '3.7.1' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index cd844a6c..a41ba795 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,7 @@ +=== 3.7.1 (2013-08-19) + +* Fixed folder scan type, which was broken in v3.7.0. + === 3.7.0 (2013-08-17) * Improved delta values to support non-numerical values. (#213)