From d0672004d99a1674c3b4958016bc7a3e9f59c021 Mon Sep 17 00:00:00 2001 From: Nathan Shaaban <86252985+ctrlaltf24@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:20:22 +0000 Subject: [PATCH] chore: release 4.0.0-beta.7 (#284) --- CHANGELOG.md | 3 +++ ou_dedetai/constants.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5201cfb8..cc1c3268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +- 4.0.0-beta.7 + - Fix appimage update button to accept wine 10 (#282, #275) [N. Marti] + - Fix crash when downloading resources (seqURIs must be non-null and non-empty) (#275 #262 #283) [N. Shaaban] - 4.0.0-beta.6 - Fix #256 [J. Goodman] - Fix #269 [T. H. Wright] diff --git a/ou_dedetai/constants.py b/ou_dedetai/constants.py index c68a11a4..98e80ef4 100644 --- a/ou_dedetai/constants.py +++ b/ou_dedetai/constants.py @@ -43,7 +43,7 @@ os.path.expanduser("~/.config/Logos_on_Linux/Logos_on_Linux.conf") ] LLI_AUTHOR = "Ferion11, John Goodman, T. H. Wright, N. Marti, N. Shaaban" -LLI_CURRENT_VERSION = "4.0.0-beta.6" +LLI_CURRENT_VERSION = "4.0.0-beta.7" DEFAULT_LOG_LEVEL = logging.WARNING LOGOS_BLUE = '#0082FF' LOGOS_GRAY = '#E7E7E7'