From 17feb4b7e7d4dfd3325b8bd44607ebe1f37a8041 Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Mon, 15 Jan 2024 18:12:59 +0100 Subject: [PATCH] build: new bug fix release v2.16.3 (2024-01-17) --- antarest/__init__.py | 4 ++-- docs/CHANGELOG.md | 27 +++++++++++++++++++++++++++ setup.py | 2 +- sonar-project.properties | 2 +- webapp/package-lock.json | 4 ++-- webapp/package.json | 2 +- 6 files changed, 34 insertions(+), 7 deletions(-) diff --git a/antarest/__init__.py b/antarest/__init__.py index 6a92596e63..136deb4f14 100644 --- a/antarest/__init__.py +++ b/antarest/__init__.py @@ -7,9 +7,9 @@ # Standard project metadata -__version__ = "2.16.2" +__version__ = "2.16.3" __author__ = "RTE, Antares Web Team" -__date__ = "2024-01-10" +__date__ = "2024-01-17" # noinspection SpellCheckingInspection __credits__ = "(c) Réseau de Transport de l’Électricité (RTE)" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 15fa0dedad..02a27f5a98 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,33 @@ Antares Web Changelog ===================== +v2.16.3 (2024-01-17) +-------------------- + +### Features + +* **api-filesystem:** add new API endpoints to manage filesystem and get disk usage [`#1895`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1895) +* **ui-district:** enhance Scenario Playlist loading and remove Regional District menu [`#1897`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1897) + + +### Bug Fixes + +* **config:** use "CONG. PROB" for thematic trimming (fix typo) [`#1893`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1893) +* **ui-debug:** correct debug view for JSON configuration [`#1898`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1898) +* **ui-debug:** correct debug view for textual matrices [`#1896`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1896) +* **ui-hydro:** add areas encoding to hydro tabs path [`#1894`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1894) + + +### Refactoring + +* **ui-debug:** code review [`#1892`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1892) + + +### Continuous Integration + +* **docker:** add the `ll` alias in `.bashrc` to simplify debugging [`#1880`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1880) + + v2.16.2 (2024-01-10) -------------------- diff --git a/setup.py b/setup.py index db663998a7..d3007244b0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="AntaREST", - version="2.16.2", + version="2.16.3", description="Antares Server", long_description=Path("README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown", diff --git a/sonar-project.properties b/sonar-project.properties index 770a971f0c..384c692e84 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,5 +6,5 @@ sonar.exclusions=antarest/gui.py,antarest/main.py sonar.python.coverage.reportPaths=coverage.xml sonar.python.version=3.8 sonar.javascript.lcov.reportPaths=webapp/coverage/lcov.info -sonar.projectVersion=2.16.2 +sonar.projectVersion=2.16.3 sonar.coverage.exclusions=antarest/gui.py,antarest/main.py,antarest/singleton_services.py,antarest/worker/archive_worker_service.py,webapp/**/* \ No newline at end of file diff --git a/webapp/package-lock.json b/webapp/package-lock.json index fdeb700d83..0258965201 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares-web", - "version": "2.16.2", + "version": "2.16.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "antares-web", - "version": "2.16.2", + "version": "2.16.3", "dependencies": { "@emotion/react": "11.11.1", "@emotion/styled": "11.11.0", diff --git a/webapp/package.json b/webapp/package.json index 1fd7eea24d..76c1838ef0 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "antares-web", - "version": "2.16.2", + "version": "2.16.3", "private": true, "engines": { "node": "18.16.1"