From c02fd350e6346da91404985e2d23fd5ab5256259 Mon Sep 17 00:00:00 2001 From: Andrea Francia <260852+andreafrancia@users.noreply.github.com> Date: Sun, 26 May 2024 11:31:07 +0200 Subject: [PATCH] Bump version to '0.24.5.26' --- HISTORY.txt | 3 +-- trashcli/trash.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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'