diff --git a/core_se/__init__.py b/core_se/__init__.py index 4feb35a8..7041058b 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.2.0' +__version__ = '3.2.1' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index f2386f11..44bf2fee 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,7 @@ +=== 3.2.0 (2011-10-02) + +* Fixed a couple of broken action bindings from v3.2.0. + === 3.2.0 (2011-09-27) * Added duplicate re-prioritization dialog. (#138)