From c36cfc84c98c3c90083fbba295ce1a2fc63785c9 Mon Sep 17 00:00:00 2001 From: Florian OMNES <26088210+flomnes@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:04:01 +0100 Subject: [PATCH] Version = 8.6.4 --- docs/CHANGELOG.md | 11 +++++++---- sonar-project.properties | 2 +- src/CMakeLists.txt | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 822607fd33..31ef7126aa 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,14 +1,17 @@ Antares Changelog ================= --------------------- -# v8.6.3 (10/2023) +# v8.6.4 (11/2023) +## Bugfixes +* Fix Oracle Linux minizip build + actually run zip unit tests (#1744) +* Fix output variable PROFIT for thermal clusters (#1767) +# v8.6.3 (10/2023) +## Bugfixes * Increase file size limit from 80Mo to 80Go when reading file. Fix issue on Windows --------------------- # v8.6.2 (08/2023) - +## Bugfixes * Backport [v8.4.3](#v843-082023) changes 8.6.1 (06/2023) diff --git a/sonar-project.properties b/sonar-project.properties index c658ef9a49..ca563ef345 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ sonar.projectName=Antares_Simulator sonar.projectKey=AntaresSimulatorTeam_Antares_Simulator sonar.organization=antaressimulatorteam -sonar.projectVersion=8.6.3 +sonar.projectVersion=8.6.4 # ===================================================== # Properties that will be shared amongst all modules diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8592285421..cce87eb308 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14) # FetchContent_MakeAvailable # Version set(ANTARES_VERSION_HI 8) set(ANTARES_VERSION_LO 6) -set(ANTARES_VERSION_REVISION 3) +set(ANTARES_VERSION_REVISION 4) set(ANTARES_VERSION_YEAR 2023) project(antares