diff --git a/cocoa/me/Info.plist b/cocoa/me/Info.plist
index 95100786..f38a766c 100644
--- a/cocoa/me/Info.plist
+++ b/cocoa/me/Info.plist
@@ -23,7 +23,7 @@
CFBundleSignature
hsft
CFBundleVersion
- 5.9.0
+ 5.9.1
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/help_me/changelog.yaml b/help_me/changelog.yaml
index 5031e21e..22527763 100644
--- a/help_me/changelog.yaml
+++ b/help_me/changelog.yaml
@@ -1,3 +1,8 @@
+- date: 2010-08-24
+ version: 5.9.1
+ description: |
+ * Fixed HTML exporting which was broken in 5.9.0.
+ * Fixed Xing-encoded mpeg decoding which was broken in 5.9.0.
- date: 2010-08-20
version: 5.9.0
description: |
diff --git a/qt/me/app.py b/qt/me/app.py
index 3ebd7a86..11ee9bcc 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.9.0'
+ VERSION = '5.9.1'
DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7])
def __init__(self):