From f131ad37aaa49cda16af892e72bdad95add116ba Mon Sep 17 00:00:00 2001 From: Landeers Date: Thu, 14 Sep 2023 14:15:23 +0200 Subject: [PATCH] Bump version 0.14.1 (#268) --- client/README.md | 1 + client/pyproject.toml | 2 +- client/resana_secure/_version.py | 2 +- packaging/snap/snap/snapcraft.yaml | 2 +- server/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/client/README.md b/client/README.md index e5937d81f..a644007f7 100644 --- a/client/README.md +++ b/client/README.md @@ -26,6 +26,7 @@ git checkout -b MAJOR.MINOR ``` 1) Modify version in `resana_secure/_version.py` +2) Modify version in `packaging/snap/snap/snapcraft.yaml` 3) Modify version in `pyproject.toml` 4) Create the release commit diff --git a/client/pyproject.toml b/client/pyproject.toml index 10d0526d0..d387994a4 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "resana_secure" -version = "0.14.0" +version = "0.14.1" description = "" authors = ["Scille SAS"] diff --git a/client/resana_secure/_version.py b/client/resana_secure/_version.py index 9e78220f9..f075dd36a 100644 --- a/client/resana_secure/_version.py +++ b/client/resana_secure/_version.py @@ -1 +1 @@ -__version__ = "0.14.0" +__version__ = "0.14.1" diff --git a/packaging/snap/snap/snapcraft.yaml b/packaging/snap/snap/snapcraft.yaml index fe659e136..909835914 100644 --- a/packaging/snap/snap/snapcraft.yaml +++ b/packaging/snap/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: resana-secure -version: 0.14.0 +version: 0.14.1 summary: Secure cloud framework description: | Resana is a cloud-based application that allow simple yet diff --git a/server/pyproject.toml b/server/pyproject.toml index 13649e538..2bcbedfb0 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "resana_server" -version = "0.14.0" +version = "0.14.1" description = "" authors = ["Scille SAS"] packages = [