From e3eb7bf017ba997ce059e51fad68c6aa35ea6800 Mon Sep 17 00:00:00 2001 From: MartinBelthle Date: Wed, 18 Dec 2024 13:09:33 +0100 Subject: [PATCH] chore(release): v0.1.2 (#38) --- docs/CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- sonar-project.properties | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1e6749ee..61050adf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +v0.1.2 (2024-12-18) +------------------- + +### Features + +- Read a study +- Read thermal, renewable clusters and short term storages properties +- Read load matrix +- Read link matrices +- Allow variant creation +- Allow to run simulation + v0.1.1 (2024-11-26) ------------------- diff --git a/pyproject.toml b/pyproject.toml index 4a1eb194..8fce8482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "antares_craft" -version = "0.1.1" +version = "0.1.2" description = """Antares Craft python library under construction. It will allow to create, update and read antares studies.""" readme = "README.md" license = {file = "LICENSE"} diff --git a/sonar-project.properties b/sonar-project.properties index febe4360..bc0ff3df 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,4 +1,4 @@ -sonar.projectVersion=0.1.1 +sonar.projectVersion=0.1.2 sonar.organization=antaressimulatorteam sonar.projectKey=AntaresSimulatorTeam_antares_craft sonar.sources=src