diff --git a/core_se/__init__.py b/core_se/__init__.py index 67df82b8..c1a6ce83 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.6.1' +__version__ = '3.7.0' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index 0a34ced6..cd844a6c 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,11 @@ +=== 3.7.0 (2013-08-17) + +* Improved delta values to support non-numerical values. (#213) +* Improved the Re-Prioritize dialog's UI. (#224) +* Added hardlink/symlink support on Windows Vista+. (#220) +* Dropped 32bit support on Mac OS X. +* Added Vietnamese localization by Phan Anh. + === 3.6.1 (2013-04-28) * Improved "Make Selection Reference" to make it clearer. (#222)