From 938f500385ac97d863400836a6b8ddf50dfdeb5d Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Sat, 30 Sep 2023 08:42:10 +0200 Subject: [PATCH] build: new minor release v2.15.0 (2023-09-30) --- antarest/__init__.py | 2 +- docs/CHANGELOG.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/antarest/__init__.py b/antarest/__init__.py index 17b75e0279..bd53e7a23c 100644 --- a/antarest/__init__.py +++ b/antarest/__init__.py @@ -9,7 +9,7 @@ __version__ = "2.15.0" __author__ = "RTE, Antares Web Team" -__date__ = "2023-09-29" +__date__ = "2023-09-30" # noinspection SpellCheckingInspection __credits__ = "(c) Réseau de Transport de l’Électricité (RTE)" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9ce5a1be89..a6fef0a606 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,7 @@ Antares Web Changelog ===================== -v2.15.0 (2023-09-29) +v2.15.0 (2023-09-30) -------------------- ### Features @@ -100,6 +100,7 @@ v2.15.0 (2023-09-29) * **ui-api:** resolve Area deletion & Layers/Districts UI modification issues [`#1677`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1677) * **ui-common:** error with formState in Form [`121d4e5`](https://github.com/AntaresSimulatorTeam/AntaREST/commit/121d4e5343a87f15f34a1a63108d6888232ffef4) * **ui-common:** prevent null values for string cells in HandsonTable component [`#1689`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1689) +* **ui-debug**: issue to display json file in outputs [`#1747`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1747) * **ui-i18n:** add missing key [`685c487`](https://github.com/AntaresSimulatorTeam/AntaREST/commit/685c487f0f73d8eb37b1594c5e46b283dd55d8d4) * **ui-i18n:** missing key [`7c8de2a`](https://github.com/AntaresSimulatorTeam/AntaREST/commit/7c8de2a883e646d927b52e28baa0184a13146625) * **ui-map:** area persistence issue after deletion [`47d6bb6`](https://github.com/AntaresSimulatorTeam/AntaREST/commit/47d6bb666aa3d98ff98724fccd6b8504f9d27d29)