diff --git a/core_se/__init__.py b/core_se/__init__.py index b2f02844..e2d7d511 100644 --- a/core_se/__init__.py +++ b/core_se/__init__.py @@ -1,2 +1,2 @@ -__version__ = '3.0.2' +__version__ = '3.1.0' __appname__ = 'dupeGuru' diff --git a/help/changelog_se b/help/changelog_se index 8731d37f..b4975504 100644 --- a/help/changelog_se +++ b/help/changelog_se @@ -1,3 +1,8 @@ +=== 3.1.0 (2011-04-16) + +* Added the "Folders" scan type. (#89) +* Fixed a couple of crashes. (#140 #149) + === 3.0.2 (2011-03-16) * Fixed crash after removing marked dupes. (#140)