From 5693df7372182dacb0c4a63e11aa6ab5a4f2a519 Mon Sep 17 00:00:00 2001 From: blsqbot <83090543+blsqbot@users.noreply.github.com> Date: Fri, 27 Jun 2025 14:21:40 +0200 Subject: [PATCH] chore(main): release 2.7.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a163d74..e3ec769d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.1" + ".": "2.7.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bd2bd913..5df58a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.2](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.7.1...v2.7.2) (2025-06-27) + + +### Bug Fixes + +* Set schema to Prod/Demo schema, handle exception gracefully ([#288](https://github.com/BLSQ/openhexa-sdk-python/issues/288)) ([cdb901f](https://github.com/BLSQ/openhexa-sdk-python/commit/cdb901f9c75ab3af5052dbbbac1504ea81cdefb8)) + ## [2.7.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.7.0...v2.7.1) (2025-06-27) diff --git a/pyproject.toml b/pyproject.toml index 32cd1c2f..d7769084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.7.1" +version = "2.7.2" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]