diff --git a/core_se/__init__.py b/core_se/__init__.py index f413ea48..1748b84c 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.3.0' +__version__ = '3.3.1' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index 3ad67a4c..a800a26b 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,7 @@ +=== 3.3.1 (2011-12-02) + +* Fixed a couple of nasty crashes. + === 3.3.0 (2011-11-30) * Added multiple-selection in folder selection dialog for a more efficient folder removal. (#179)