diff --git a/cocoa/se/Info.plist b/cocoa/se/Info.plist index 1b973836..0279d03a 100644 --- a/cocoa/se/Info.plist +++ b/cocoa/se/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 2.9.2 + 2.10.0 NSMainNibFile MainMenu NSPrincipalClass diff --git a/help_se/changelog.yaml b/help_se/changelog.yaml index 32336d6d..7f5df892 100644 --- a/help_se/changelog.yaml +++ b/help_se/changelog.yaml @@ -1,3 +1,9 @@ +- date: 2010-04-13 + version: 2.10.0 + description: | + * Improved error messages when files can't be sent to trash, moved or copied. + * Added a custom command invocation action. (#12) + * Filters are now applied on whole paths. (#4) - date: 2010-02-10 version: 2.9.2 description: | diff --git a/qt/se/app.py b/qt/se/app.py index 0998d12a..e003dd2f 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.9.2' + VERSION = '2.10.0' DELTA_COLUMNS = frozenset([2, 4, 5]) def __init__(self):