WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c196b27

Browse files
JasonMarechal25guilpier-codeguilpierflomnespayetvin
authored
chore: 9.3.2 (#3247)
Co-authored-by: guilpier-code <[email protected]> Co-authored-by: guilpier <[email protected]> Co-authored-by: Florian OMNES <[email protected]> Co-authored-by: payetvin <[email protected]> Co-authored-by: Abdoulbari Zaher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tbittar <[email protected]> Co-authored-by: Vincent Payet <[email protected]>
1 parent 2afed20 commit c196b27

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/developer-guide/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ toc_depth: 2
66

77
## Branch 9.3.x
88

9+
### 9.3.2
10+
911
#### Important notice
1012

1113
* Changing the way some warning or errors are handled during loading
1214
- Warnings that were previouly deemed fatal are now proper errors
1315
- It is still possible to bypass those specific errors with the command line option `--force`
1416
- Some of those warnings are kept as warning and now non-blocking. Mainly those related deprecated options or values
1517

16-
### 9.3.2
17-
1818
#### New features
1919
* Modeler 5.5: Add dual and reduced\_cost operators [ANT-3621] (#3177)
2020
* Modeler 5.6, 5.7: max, min and pow operators [ANT-3642] (#3212)

simtest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v9.3.2-rc2"
2+
"version": "v9.3.2a"
33
}

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.projectName=Antares_Simulator
22
sonar.projectKey=AntaresSimulatorTeam_Antares_Simulator
33
sonar.organization=antaressimulatorteam
4-
sonar.projectVersion=9.3.1
4+
sonar.projectVersion=9.3.2
55
# =====================================================
66
# Properties that will be shared amongst all modules
77
# =====================================================

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14) # FetchContent_MakeAvailable
33
# Version
44
set(ANTARES_VERSION_HI 9)
55
set(ANTARES_VERSION_LO 3)
6-
set(ANTARES_VERSION_REVISION 1)
6+
set(ANTARES_VERSION_REVISION 2)
77

88
# Beta release
99
set(ANTARES_BETA 0)

src/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antares-simulator",
3-
"version-string": "9.3.1",
3+
"version-string": "9.3.2",
44
"dependencies": [
55
{
66
"name": "sirius-solver",

0 commit comments

Comments
 (0)