From 1f1dfa88dc5f6ffe13f4de514c884ab9c83bd7ce Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Thu, 7 Jul 2022 22:06:06 -0500 Subject: [PATCH] Update version & changelog for 4.3.1 release --- core/__init__.py | 2 +- help/changelog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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