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):