From efc5ecff87c87ac05e401500e7279d90672b9f32 Mon Sep 17 00:00:00 2001 From: "Ch.-David Blot" Date: Wed, 11 Feb 2026 08:35:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release:=20bump=20version=20to?= =?UTF-8?q?=200.39.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update version across all configuration files: - pyproject.toml version field - osc_sdk_python/VERSION file - README.md installation example --- README.md | 2 +- osc_sdk_python/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cdd6c39..c972551 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ make package Then install the built wheel: ```bash -pip install dist/osc_sdk_python-0.39.0-py3-none-any.whl +pip install dist/osc_sdk_python-0.39.2-py3-none-any.whl ``` --- diff --git a/osc_sdk_python/VERSION b/osc_sdk_python/VERSION index 4ef2eb0..e061938 100644 --- a/osc_sdk_python/VERSION +++ b/osc_sdk_python/VERSION @@ -1 +1 @@ -0.39.0 +0.39.2 diff --git a/pyproject.toml b/pyproject.toml index 33a27ef..291369e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "osc_sdk_python" -version = "0.39.0" +version = "0.39.2" description = "Outscale Gateway python SDK" authors = [ { name = "Outscal SAS", email = "opensource@outscale.com" }