From 854a253d9fd8549de7408bfb2247c19885745e6a Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 26 Oct 2014 12:00:54 -0400 Subject: [PATCH] me v6.8.1 --- core_me/__init__.py | 2 +- help/changelog_me | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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.