From fc54a1ea39301746b81777eefd867261c21d3781 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 16 Apr 2011 12:20:46 +0200 Subject: [PATCH] se v3.1.0 --- core_se/__init__.py | 2 +- help/changelog_se | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/core_se/__init__.py b/core_se/__init__.py index b2f02844..e2d7d511 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.0.2' +__version__ = '3.1.0' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index 8731d37f..b4975504 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,8 @@ +=== 3.1.0 (2011-04-16) + +* Added the "Folders" scan type. (#89) +* Fixed a couple of crashes. (#140 #149) + === 3.0.2 (2011-03-16) * Fixed crash after removing marked dupes. (#140)