Skip to content

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tbittar committed Jan 5, 2024
1 parent f293a81 commit 479d60a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
# Project configuration
# ===========================================================================

PROJECT(antaresXpansion VERSION 1.1.1)
PROJECT(antaresXpansion VERSION 1.1.2)
#set(ANTARES_XPANSION_RC 5)

# ===========================================================================
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.6.3",
"antares_version_executable": "8.6",
"antares_xpansion_version": "1.1.1",
"antares_xpansion_version": "1.1.2",
"antares_deps_version": "2.0.6",
"minizip_ng_version": "3.0.6"
}
11 changes: 9 additions & 2 deletions docs/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Antares-Xpansion changelog
=================
v1.1.2 (01/2024)
--------------------

### Bug fix

- Fix doc compilation

v1.1.1 (12/2023)
--------------------

### Fix
### Bug fix

- Update performance graph in the documentation
- Fix gap contribution bug #722
Expand Down Expand Up @@ -31,7 +38,7 @@ v1.0.3 (02/2023)

- Use Antares-Simulator 8.5.0

### Bug
### Bug fix

- Fix sensitivity not working with AntaresWeb

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.1.1
sonar.projectVersion=1.1.2

# =====================================================
# Properties that will be shared amongst all modules
Expand Down

0 comments on commit 479d60a

Please sign in to comment.