From 6fe2c0a9e2696efa4597165618a71c2c5aa7fee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Wed, 7 Aug 2024 13:00:39 +0200 Subject: [PATCH] chore(main): release 0.1.52 (#190) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1911648..f121f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.52](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.51...0.1.52) (2024-07-19) + + +### Miscellaneous + +* **deps:** update setuptools requirement ([4547d32](https://github.com/BLSQ/openhexa-sdk-python/commit/4547d32ffac371fa8f2fed67031e30dd2db7582a)) + ## [0.1.51](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.50...0.1.51) (2024-06-28) diff --git a/pyproject.toml b/pyproject.toml index 88fe2c3..c061a1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "0.1.51" +version = "0.1.52" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]