Skip to content

Commit

Permalink
v8.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Nov 21, 2023
1 parent 29db6f0 commit da0c6b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Antares Changelog
=================

8.7.2 (11/2023)
--------------------
## Bugfix
* Named MPS - fix duplicated "ranged" binding constraints (#1569)

8.7.1 (11/2023)
--------------------
## Bugfix
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 7)
set(ANTARES_VERSION_REVISION 1)
set(ANTARES_VERSION_REVISION 2)

# Beta release
set(ANTARES_BETA 0)
Expand Down

0 comments on commit da0c6b6

Please sign in to comment.