From 870661542772113ff579699b945a9cd614084de6 Mon Sep 17 00:00:00 2001 From: belthlemar Date: Wed, 21 Aug 2024 09:28:25 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- sonar-project.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b48820..ad45113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +v0.1.5 (2023-08-21) +------------------- + +### Refactoring +* transpose all output matrices to fit with Antares expected time-series shape + v0.1.4 (2023-08-09) ------------------- diff --git a/pyproject.toml b/pyproject.toml index b7bffa6..1729f88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "antares-timeseries-generation" -version = "0.1.4" +version = "0.1.5" license = {text="MPL-2.0"} description = 'Timeseries generation library aiming at creating input data for Antares simulator studies.' readme = "README.md" diff --git a/sonar-project.properties b/sonar-project.properties index 51bb48b..4c53aa7 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ -sonar.projectVersion=0.1.4 +sonar.projectVersion=0.1.5 sonar.organization=antaressimulatorteam sonar.projectKey=AntaresSimulatorTeam_antares-timeseries-generation sonar.sources=src