From 02b0ab78d30f81bc4049a07dd79cc431cf3e1682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Landieth?= Date: Tue, 24 Oct 2023 09:51:03 +0200 Subject: [PATCH] Bump version v0.15.1-alpha --- client/pyproject.toml | 2 +- client/resana_secure/_version.py | 2 +- packaging/snap/snap/snapcraft.yaml | 2 +- packaging/windows/freeze_program.py | 3 ++- server/pyproject.toml | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index d5b8c7cae..93da128c4 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "resana_secure" -version = "0.15.0" +version = "0.15.1-alpha" description = "" authors = ["Scille SAS"] diff --git a/client/resana_secure/_version.py b/client/resana_secure/_version.py index 9da2f8fcc..e1377609b 100644 --- a/client/resana_secure/_version.py +++ b/client/resana_secure/_version.py @@ -1 +1 @@ -__version__ = "0.15.0" +__version__ = "0.15.1-alpha" diff --git a/packaging/snap/snap/snapcraft.yaml b/packaging/snap/snap/snapcraft.yaml index e253b78c6..f02ef2dce 100644 --- a/packaging/snap/snap/snapcraft.yaml +++ b/packaging/snap/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: resana-secure -version: 0.15.0 +version: 0.15.1-alpha summary: Secure cloud framework description: | Resana is a cloud-based application that allow simple yet diff --git a/packaging/windows/freeze_program.py b/packaging/windows/freeze_program.py index a548a47e5..81590a724 100644 --- a/packaging/windows/freeze_program.py +++ b/packaging/windows/freeze_program.py @@ -67,7 +67,8 @@ def main(program_source: Path, conformity: bool = False): print("### Create tool virtualenv ###") run(f"python -m venv {TOOLS_VENV_DIR}") run(f"{ TOOLS_VENV_DIR / 'Scripts/python' } -m pip install pip --upgrade") - run(f"{ TOOLS_VENV_DIR / 'Scripts/python' } -m pip install poetry --upgrade") + # TODO: cannot update to 1.4+ yet, see https://github.com/python-poetry/poetry/issues/7611, last check 2023-10-18 + run(f"{ TOOLS_VENV_DIR / 'Scripts/python' } -m pip install poetry==1.3.2") # Bootstrap PyInstaller virtualenv if not PYINSTALLER_VENV_DIR.is_dir(): diff --git a/server/pyproject.toml b/server/pyproject.toml index 7cc3aa204..be6c378d4 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "resana_server" -version = "0.15.0" +version = "0.15.1-alpha" description = "" authors = ["Scille SAS"] packages = [