Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Aug 1, 2023
1 parent d252692 commit dfe1414
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Antares Changelog
=================

--------------------
# v8.6.2 (08/2023)

* Backport [v8.4.3](#v843-082023) changes

8.6.1 (06/2023)
--------------------
## Bugfixes
Expand Down Expand Up @@ -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.
Expand All @@ -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)
--------------------

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfe1414

Please sign in to comment.