Skip to content

Commit

Permalink
Update doc and revision
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Mar 21, 2024
1 parent 9fa8673 commit e91e29c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Antares Changelog
=================

# v8.6.6 (03/2024)
## Bugfixes
Adequacy patch CSR - fix DTG MRG (#1982)
Fix ts numbers for no gen clusters (#1969)
Remove unitcount limit for time series generation (#1960)

# v8.6.4 (11/2023)
## Bugfixes
* Fix Oracle Linux minizip build + actually run zip unit tests (#1744)
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 5)
set(ANTARES_VERSION_REVISION 6)
set(ANTARES_VERSION_YEAR 2024)

project(antares
Expand Down

0 comments on commit e91e29c

Please sign in to comment.