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'