diff --git a/HISTORY.txt b/HISTORY.txt index 32c2cb3f..35459017 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,7 +1,6 @@ -Unreleased: +0.24.5.26 Shell Completion: - Bugfix in print-completion loop for shells other than zsh by Andrew Davis - User not visibile changes: - Move all the main logic for dev tools from scripts under tests/support to solve issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067303 diff --git a/trashcli/trash.py b/trashcli/trash.py index 1752ddaa..53125ea9 100644 --- a/trashcli/trash.py +++ b/trashcli/trash.py @@ -1,3 +1,3 @@ # Copyright (C) 2007-2011 Andrea Francia Trivolzio(PV) Italy -version = '0.24.4.17' +version = '0.24.5.26'