diff --git a/core_me/__init__.py b/core_me/__init__.py index d5d48b43..f48793de 100644 --- a/core_me/__init__.py +++ b/core_me/__init__.py @@ -1,3 +1,3 @@ -__version__ = '6.8.0' +__version__ = '6.8.1' __appname__ = 'dupeGuru Music Edition' diff --git a/help/changelog_me b/help/changelog_me index f2770fb7..953d84f4 100644 --- a/help/changelog_me +++ b/help/changelog_me @@ -1,3 +1,10 @@ +=== 6.8.1 (2014-10-26) + +* 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. + === 6.8.0 (2014-05-11) * This is mostly a dependencies upgrade.