From 8c1eee6b0ea743ac8115fcf918175bfe614e6028 Mon Sep 17 00:00:00 2001 From: "flixopt-release-bot[bot]" <246706635+flixopt-release-bot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 07:25:22 +0000 Subject: [PATCH] chore(main): release 6.1.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ CITATION.cff | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 97e819d33..8af2c7b5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.3" + ".": "6.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab7e6c1a..b95e0fbcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ For more details regarding the individual PRs and contributors, please refer to --- +## [6.1.4](https://github.com/flixOpt/flixopt/compare/v6.1.3...v6.1.4) (2026-05-29) + + +### Bug Fixes + +* stop using deprecated tsam ClusterConfig(weights=) API ([#689](https://github.com/flixOpt/flixopt/issues/689)) ([54ff8e6](https://github.com/flixOpt/flixopt/commit/54ff8e63a97ea617638c40392f00ba816c4aca39)) + ## [6.1.3](https://github.com/flixOpt/flixopt/compare/v6.1.2...v6.1.3) (2026-05-27) diff --git a/CITATION.cff b/CITATION.cff index 0eff933e4..85b082398 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below and consider citing the related publication." type: software title: "flixopt" -version: 6.1.3 # x-release-please-version +version: 6.1.4 # x-release-please-version date-released: 2026-05-27 url: "https://github.com/flixOpt/flixopt" repository-code: "https://github.com/flixOpt/flixopt"