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)