diff --git a/cocoa/me/Info.plist b/cocoa/me/Info.plist
index aad15b8b..80500ecd 100644
--- a/cocoa/me/Info.plist
+++ b/cocoa/me/Info.plist
@@ -23,7 +23,7 @@
CFBundleSignature
hsft
CFBundleVersion
- 5.7.1
+ 5.7.2
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/help_me/changelog.yaml b/help_me/changelog.yaml
index 827ca8b6..0f7eeb1b 100644
--- a/help_me/changelog.yaml
+++ b/help_me/changelog.yaml
@@ -1,3 +1,9 @@
+- date: 2010-02-13
+ version: 5.7.2
+ description: |
+ * Fixed a crash upon quitting when support folder is not present. (#83)
+ * Fixed a crash during sorting. (#85)
+ * Fixed selection glitches, especially while renaming. (#93)
- date: 2010-01-19
version: 5.7.1
description: |
diff --git a/qt/me/app.py b/qt/me/app.py
index 09771799..ea5e3065 100644
--- a/qt/me/app.py
+++ b/qt/me/app.py
@@ -16,7 +16,7 @@ from preferences_dialog import PreferencesDialog
class DupeGuru(DupeGuruBase):
LOGO_NAME = 'logo_me'
NAME = 'dupeGuru Music Edition'
- VERSION = '5.7.1'
+ VERSION = '5.7.2'
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7, 8])
def __init__(self):