Skip to content

Commit

Permalink
1.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Apr 12, 2024
1 parent 052ec5e commit c3ef683
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
# Project configuration
# ===========================================================================

PROJECT(antaresXpansion VERSION 1.2.2)
set(ANTARES_XPANSION_RC 0)
PROJECT(antaresXpansion VERSION 1.3.0)
set(ANTARES_XPANSION_RC 1)

# ===========================================================================
# Default parameters
Expand Down
2 changes: 1 addition & 1 deletion antares-version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"antares_version": "8.8.3",
"antares_version_executable": "8.8",
"antares_xpansion_version": "1.2.2",
"antares_xpansion_version": "1.3.0-rc1",
"antares_deps_version": "2.0.7",
"minizip_ng_version": "3.0.6"
}
12 changes: 12 additions & 0 deletions docs/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Antares-Xpansion changelog
=================

v1.3.0 (04/2024)
--------------------------------------------------------

### Features

Embed Mpi in Windows
Allow sensitivy study to run unzipped study

### Bug Fixes

Duplicate Xpress loading messages

v1.2.2 (02/2024)
--------------------------------------------------------

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-xpansion
sonar.projectKey=AntaresSimulatorTeam_antares-xpansion
sonar.organization=antaressimulatorteam
sonar.projectVersion=1.2.2
sonar.projectVersion=1.3.0-rc1

# =====================================================
# Properties that will be shared amongst all modules
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antares-xpansion",
"version-string": "1.2.2",
"version-string": "1.3.0-rc1",
"builtin-baseline": "9484a57dd560b89f0a583be08af6753611c57fd5",
"dependencies": [
"jsoncpp",
Expand Down

0 comments on commit c3ef683

Please sign in to comment.