diff --git a/core_se/__init__.py b/core_se/__init__.py index 1748b84c..f8d2481d 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.3.1' +__version__ = '3.3.2' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index a800a26b..481513d9 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,10 @@ +=== 3.3.2 (2012-01-16) + +* Fixed random hard crashes (yeah, again). [Mac OS X] +* Fixed crash on Export to HTML. [Windows, Linux] +* Added Armenian localization by Hrant Ohanyan. +* Added Russian localization by Igor Pavlov. + === 3.3.1 (2011-12-02) * Fixed a couple of nasty crashes.