From 67dd82e4fee683db9d66d95242b15789f872669c Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Wed, 11 Oct 2023 18:21:18 +0200 Subject: [PATCH] build: prepare hotfix v2.15.3 (unreleased) --- antarest/__init__.py | 4 ++-- docs/CHANGELOG.md | 4 ++++ setup.py | 2 +- sonar-project.properties | 2 +- webapp/package-lock.json | 2 +- webapp/package.json | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/antarest/__init__.py b/antarest/__init__.py index 447ab7edd4..210b69a193 100644 --- a/antarest/__init__.py +++ b/antarest/__init__.py @@ -7,9 +7,9 @@ # Standard project metadata -__version__ = "2.15.2" +__version__ = "2.15.3" __author__ = "RTE, Antares Web Team" -__date__ = "2023-10-11" +__date__ = "unreleased" # noinspection SpellCheckingInspection __credits__ = "(c) Réseau de Transport de l’Électricité (RTE)" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4fc768bc04..3ad29ebaf1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Antares Web Changelog ===================== +v2.15.3 (unreleased) +-------------------- + + v2.15.2 (2023-10-11) -------------------- diff --git a/setup.py b/setup.py index d0b8c5deb3..1fc961fedf 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="AntaREST", - version="2.15.2", + version="2.15.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 1d3a132a04..8742aa5a83 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.15.2 +sonar.projectVersion=2.15.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 3ab3cca0b7..e179a3f1ca 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -1,6 +1,6 @@ { "name": "antares-web", - "version": "2.15.2", + "version": "2.15.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/webapp/package.json b/webapp/package.json index 506c324bf2..77204beb44 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "antares-web", - "version": "2.15.2", + "version": "2.15.3", "private": true, "engines": { "node": "18.16.1"