diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e404df8d..97e819d33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.2" + ".": "6.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f15f2c7a..9ab7e6c1a 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.3](https://github.com/flixOpt/flixopt/compare/v6.1.2...v6.1.3) (2026-05-27) + + +### Bug Fixes + +* exclude highspy 1.14.0 (closes [#685](https://github.com/flixOpt/flixopt/issues/685)) ([#686](https://github.com/flixOpt/flixopt/issues/686)) ([251e5d4](https://github.com/flixOpt/flixopt/commit/251e5d49f3eb4e93c46b8d9461c00ad369864f6b)) + ## [6.1.2](https://github.com/flixOpt/flixopt/compare/v6.1.1...v6.1.2) (2026-03-30) diff --git a/CITATION.cff b/CITATION.cff index 75543442a..d7c5262fa 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.2 # x-release-please-version +version: 6.1.3 # x-release-please-version date-released: 2026-03-30 url: "https://github.com/flixOpt/flixopt" repository-code: "https://github.com/flixOpt/flixopt"