From 853bf637771076f271fcb89d040f96c569cf6e1c Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 15 Jul 2010 07:31:33 +0200 Subject: [PATCH] v2.10.1 --- cocoa/se/Info.plist | 2 +- help_se/changelog.yaml | 4 ++++ qt/se/app.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cocoa/se/Info.plist b/cocoa/se/Info.plist index 0279d03a..75749153 100644 --- a/cocoa/se/Info.plist +++ b/cocoa/se/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 2.10.0 + 2.10.1 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_se/changelog.yaml b/help_se/changelog.yaml index 7f5df892..428de611 100644 --- a/help_se/changelog.yaml +++ b/help_se/changelog.yaml @@ -1,3 +1,7 @@ +- date: 2010-07-15 + version: 2.10.1 + description: | + * Fixed a couple of crashes. (#95, #97, #100) - date: 2010-04-13 version: 2.10.0 description: | diff --git a/qt/se/app.py b/qt/se/app.py index e003dd2f..b512d104 100644 --- a/qt/se/app.py +++ b/qt/se/app.py @@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase): EDITION = 'se' LOGO_NAME = 'logo_se' NAME = 'dupeGuru' - VERSION = '2.10.0' + VERSION = '2.10.1' DELTA_COLUMNS = frozenset([2, 4, 5]) def __init__(self):