From 5b2f75fcebaec7902cd9143db1ada2a8c7e27645 Mon Sep 17 00:00:00 2001 From: blsqbot <83090543+blsqbot@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:57:00 +0200 Subject: [PATCH] chore(main): release 2.5.0 --- .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 b44b2870..4dedeaeb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f0713dc..a2f9a1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.4.0...v2.5.0) (2025-06-20) + + +### Features + +* add a "country" property to the current_workspace ([#273](https://github.com/BLSQ/openhexa-sdk-python/issues/273)) ([d942273](https://github.com/BLSQ/openhexa-sdk-python/commit/d942273c8ab7c8b9d41f6228dc783a9d2ec4b0b9)) + ## [2.4.0](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.3.1...v2.4.0) (2025-06-16) diff --git a/pyproject.toml b/pyproject.toml index 4763a6ef..331c55de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "2.4.0" +version = "2.5.0" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]