Skip to content

Commit 0033704

Browse files
authored
chore(main): release 2.7.2 (#289)
1 parent cdb901f commit 0033704

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.7.1"
2+
".": "2.7.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.7.2](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.7.1...v2.7.2) (2025-06-27)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [2.7.1](https://github.com/BLSQ/openhexa-sdk-python/compare/v2.7.0...v2.7.1) (2025-06-27)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openhexa.sdk"
7-
version = "2.7.1"
7+
version = "2.7.2"
88
description = "OpenHEXA SDK"
99

1010
authors = [{ name = "Bluesquare", email = "[email protected]" }]

0 commit comments

Comments
 (0)