From dfe1414e648fd509042b9653373a0aea573ba47a Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Tue, 1 Aug 2023 10:37:57 +0200 Subject: [PATCH] Update version number --- docs/CHANGELOG.md | 23 ++++++++++++++++++++--- sonar-project.properties | 2 +- src/CMakeLists.txt | 2 +- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ee544cd72e..4e6b525c8b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,11 @@ Antares Changelog ================= +-------------------- +# v8.6.2 (08/2023) + +* Backport [v8.4.3](#v843-082023) changes + 8.6.1 (06/2023) -------------------- ## Bugfixes @@ -43,9 +48,12 @@ Antares Changelog ## For developers * Bumped OR-Tools 9.2 -> 9.5. CMake 3.18+ is required for build if building OR-Tools, and XPRESS 9.0 for execution (previously 8.13). - -v8.5.0 (02/2022) -------------------- +# v8.5.1 (08/2023) + +* Backport [v8.4.3](#v843-082023) changes + +# v8.5.0 (02/2022) ## New features * Curtailment Sharing Rule for Adequacy Patch #1062, including a scaling coefficient in hurdle costs #1155. This feature was contributed by RTE-i with support from RTE, ELIA and APG. @@ -62,6 +70,15 @@ v8.5.0 (02/2022) * Update docs to include CSR #1156 * Fix examples studies (invalid v8.3.0 -> v8.5.0) #1136 +# v8.4.3 (08/2023) + +## Features +* Increase file size limit from 80Mo to 80Go when reading file. + +## Bugfix +* Fix "unhandled error" with big studies in zip mode. MPS files were too big and hit file size hard limit + + v8.4.2 (01/2022) -------------------- @@ -72,7 +89,7 @@ v8.4.2 (01/2022) ## GUI * Allow more than 100 thermal clusters #1011 * Remove status bar count. The sum was sometimes wrong #1029 -* Remove unused "District marginal prices" button from Advanced Parameters #1067 +* Remove unused "District marginal prices" button from Advanced Parameters (#1067) ## Bugfix * Fix overwritten MPS files when optimization/simplex-range=day #1041 diff --git a/sonar-project.properties b/sonar-project.properties index b97b5fd634..de81b0523f 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.0 +sonar.projectVersion=8.6.1 # ===================================================== # Properties that will be shared amongst all modules diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5cd7439987..817dfae07e 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 1) +set(ANTARES_VERSION_REVISION 2) set(ANTARES_VERSION_YEAR 2023) project(antares