diff --git a/core_pe/__init__.py b/core_pe/__init__.py index c763aa44..65652dfa 100644 --- a/core_pe/__init__.py +++ b/core_pe/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2.10.0' +__version__ = '2.10.1' __appname__ = 'dupeGuru Picture Edition' diff --git a/help/changelog_pe b/help/changelog_pe index fc341339..9101ca00 100644 --- a/help/changelog_pe +++ b/help/changelog_pe @@ -1,3 +1,12 @@ +=== 2.10.1 (2014-10-12) + +* Catch MemoryError better in block matching algo. (#264) +* Fix crash when reading some EXIF tags. [Mac] (#263, #265) +* Fixed ``AttributeError: 'ComboboxModel' object has no attribute 'reset'``. +[Linux, Windows] (#254) +* Fixed a build problem introduced by Sphinx 1.2.3. +* Updated German localisation, by Frank Weber. + === 2.10.0 (2014-05-03) * This is mostly a dependencies upgrade.