Skip to content

Commit 1f1dfa8

Browse files
committed
Update version & changelog for 4.3.1 release
1 parent 916c520 commit 1f1dfa8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "4.3.1-dev"
1+
__version__ = "4.3.1"
22
__appname__ = "dupeGuru"

help/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 4.3.1 (2022-07-08)
2+
* Fix issue where cache db exceptions could prevent files being hashed (#1015)
3+
* Add extra guard for non-zero length files without digests to prevent false duplicates
4+
* Update Italian translations
5+
16
=== 4.3.0 (2022-07-01)
27
* Redirect stdout from custom command to the log files (#1008)
38
* Update translations

0 commit comments

Comments
 (0)