From b95c27c0181274b037c6af0bcd89c30561c999d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Wed, 19 Jun 2024 10:40:26 +0200 Subject: [PATCH] chore(main): release 0.2.5 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 538b6fe..785527a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.4...0.2.5) (2024-06-19) + + +### Bug Fixes + +* **deps:** Remove unused 'stringcase' dependency ([1d2a9db](https://github.com/BLSQ/openhexa-toolbox/commit/1d2a9db9b05ee7089dc21011ae99efb282b770f7)) + ## [0.2.4](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.3...0.2.4) (2024-06-13) diff --git a/pyproject.toml b/pyproject.toml index 7d333d7..352b47c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "0.2.4" +version = "0.2.5" description = "A set of tools to acquire & process data from various sources" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }] maintainers = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]