From cdfcb662f8589390866e41b31a039f86598935e0 Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Tue, 24 Oct 2023 17:22:10 +0200 Subject: [PATCH] build: new hot fix release v2.15.4 (2023-10-25) --- antarest/__init__.py | 2 +- docs/CHANGELOG.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/antarest/__init__.py b/antarest/__init__.py index a73192a58a..f04a15b16f 100644 --- a/antarest/__init__.py +++ b/antarest/__init__.py @@ -9,7 +9,7 @@ __version__ = "2.15.4" __author__ = "RTE, Antares Web Team" -__date__ = "unreleased" +__date__ = "2023-10-25" # noinspection SpellCheckingInspection __credits__ = "(c) Réseau de Transport de l’Électricité (RTE)" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0db70386b4..3e6b6a3df2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,7 @@ Antares Web Changelog ===================== -v2.15.4 (unreleased) +v2.15.4 (2023-10-25) -------------------- ### Tests @@ -11,7 +11,9 @@ v2.15.4 (unreleased) ### Bug Fixes -* **raw:** fix HTTP exception when going on debug view (#1769) ([afac2d6](https://github.com/AntaresSimulatorTeam/AntaREST/commit/afac2d67fc72e2a39557665a4123e99c9ca57a5f)) +* **results-ui:** display results for a specific year [`#1779`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1779) +* **ui-study:** remove popup to prevent close after variant creation [`#1773`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1773) +* **raw:** fix HTTP exception when going on debug view [`#1769`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1769) ### Contributors