From 657520b0b3297798f85494404a8f97ac4f12bbd8 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 6 Oct 2010 11:43:37 +0200 Subject: [PATCH] me5.10.2 --- cocoa/me/Info.plist | 2 +- help_me/changelog.yaml | 6 ++++++ qt/me/app.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cocoa/me/Info.plist b/cocoa/me/Info.plist index 45f6272a..82942587 100644 --- a/cocoa/me/Info.plist +++ b/cocoa/me/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 5.10.1 + 5.10.2 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_me/changelog.yaml b/help_me/changelog.yaml index 377c53e3..5ea0a9df 100644 --- a/help_me/changelog.yaml +++ b/help_me/changelog.yaml @@ -1,3 +1,9 @@ +- date: 2010-10-06 + version: 5.10.2 + description: | + * Fixed delta column colors which were broken since 5.10.0. + * Fixed column sorting crash. (#108) + * Fixed occasional crash during scan. (#106) - date: 2010-09-30 version: 5.10.1 description: | diff --git a/qt/me/app.py b/qt/me/app.py index 7a8992ad..70794a47 100644 --- a/qt/me/app.py +++ b/qt/me/app.py @@ -17,7 +17,7 @@ class DupeGuru(DupeGuruBase): EDITION = 'me' LOGO_NAME = 'logo_me' NAME = 'dupeGuru Music Edition' - VERSION = '5.10.1' + VERSION = '5.10.2' DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7]) def __init__(self):