diff --git a/core/__init__.py b/core/__init__.py index 7a15dbab..1982827c 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,2 +1,2 @@ -__version__ = "4.3.1-dev" +__version__ = "4.3.1" __appname__ = "dupeGuru" diff --git a/help/changelog b/help/changelog index 25bc5e94..25392b69 100644 --- a/help/changelog +++ b/help/changelog @@ -1,3 +1,8 @@ +=== 4.3.1 (2022-07-08) +* Fix issue where cache db exceptions could prevent files being hashed (#1015) +* Add extra guard for non-zero length files without digests to prevent false duplicates +* Update Italian translations + === 4.3.0 (2022-07-01) * Redirect stdout from custom command to the log files (#1008) * Update translations