From f05bc549029d3ae120647e7d426dd62adbe208f2 Mon Sep 17 00:00:00 2001 From: belthlemar Date: Tue, 22 Oct 2024 13:55:09 +0200 Subject: [PATCH] v1.0.6 --- 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 ad45113..ebb2e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +v0.1.6 (2023-10-22) +------------------- + +### Bug fixes +* forbid cluster creation with null durations + v0.1.5 (2023-08-21) ------------------- diff --git a/pyproject.toml b/pyproject.toml index 1729f88..6386d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "antares-timeseries-generation" -version = "0.1.5" +version = "0.1.6" 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 4c53aa7..0211045 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ -sonar.projectVersion=0.1.5 +sonar.projectVersion=0.1.6 sonar.organization=antaressimulatorteam sonar.projectKey=AntaresSimulatorTeam_antares-timeseries-generation sonar.sources=src