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)