From b1dce31542fce743c8ca0f519be65e60e71d09ba Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 25 Aug 2011 09:45:49 -0400 Subject: [PATCH] se v3.1.2 --- 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 49fdd1f4..802becc1 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.1.1' +__version__ = '3.1.2' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index f4b92a4f..6b53232b 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,7 @@ +=== 3.1.2 (2011-08-25) + +* Fixed a bug preventing the Folders scan from working. (#172) + === 3.1.1 (2011-08-24) * Added German localization by Gregor Tätzner.