From 9f9d4f6e252ddb87a688a7f6d98e49817d510e7a Mon Sep 17 00:00:00 2001 From: "flixopt-release-bot[bot]" <246706635+flixopt-release-bot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:04:43 +0000 Subject: [PATCH] chore(main): release 6.2.0 --- .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 8c418125e..e1e352c16 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.6" + ".": "6.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc066f478..87b66ee63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ For more details regarding the individual PRs and contributors, please refer to --- +## [6.2.0](https://github.com/flixOpt/flixopt/compare/v6.1.6...v6.2.0) (2026-06-16) + + +### Features + +* **tutorials:** ship tutorial data + downloadable example systems ([#706](https://github.com/flixOpt/flixopt/issues/706)) ([c9652bc](https://github.com/flixOpt/flixopt/commit/c9652bc12be75cf6cca91cb2324914f69e3f199d)) + ## [6.1.6](https://github.com/flixOpt/flixopt/compare/v6.1.5...v6.1.6) (2026-06-14) diff --git a/CITATION.cff b/CITATION.cff index 317a1d9d0..275c6aa52 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.6 # x-release-please-version +version: 6.2.0 # x-release-please-version date-released: 2026-06-14 url: "https://github.com/flixOpt/flixopt" repository-code: "https://github.com/flixOpt/flixopt"