From 4083b60ff3d5da0b85a76132f400f139b5365744 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 24 Jan 2011 15:40:01 +0100 Subject: [PATCH] se v3.0.0 --- core_se/__init__.py | 2 +- help/changelog_se | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/core_se/__init__.py b/core_se/__init__.py index 77fecb3a..c00894df 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.12.3' +__version__ = '3.0.0' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index 6dbbd3b1..5235c448 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,9 @@ +=== 3.0.0 (2011-01-24) + +* Re-designed the UI. (#129) +* Internationalized dupeGuru and localized it to french. (#32) +* Changed the format of the help file. (#130) + === 2.12.3 (2011-01-01) * Fixed bug causing results to be corrupted after a scan cancellation. (#120)