From ab201bfae00c2b6fea1f45dd7b33306015ceea08 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 1 Feb 2012 09:56:05 -0500 Subject: [PATCH] se v3.3.3 --- 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 f8d2481d..0f366ec0 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.3.2' +__version__ = '3.3.3' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index 481513d9..4cf986d7 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,8 @@ +=== 3.3.3 (2012-02-01) + +* Fixed crash on adding some folders. [Mac OS X] +* Added Ukrainian localization by Yuri Petrashko. + === 3.3.2 (2012-01-16) * Fixed random hard crashes (yeah, again). [Mac OS X]