diff --git a/core_se/__init__.py b/core_se/__init__.py index 094618fd..8b0777bf 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,3 @@ -__version__ = '3.9.0' +__version__ = '3.9.1' __appname__ = 'dupeGuru' + diff --git a/help/changelog_se b/help/changelog_se index 17e70859..57dcb024 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,10 @@ +=== 3.9.1 (2014-10-17) + +* Fixed ``AttributeError: 'ComboboxModel' object has no attribute 'reset'``. [Linux, Windows] (#254) +* Fixed ``PermissionError`` on saving results. (#266) +* Fixed a build problem introduced by Sphinx 1.2.3. +* Updated German localisation, by Frank Weber. + === 3.9.0 (2014-04-19) * This is mostly a dependencies upgrade.