From 677c16fb2dadc428e64c0a746bdce56c0b55edf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Tue, 31 Dec 2024 12:15:31 +0100 Subject: [PATCH] chore(main): release 1.6.3 (#80) --- .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 4af5ef4..70a9c76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.2" + ".": "1.6.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 393f07f..9bb8b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.3](https://github.com/BLSQ/openhexa-toolbox/compare/v1.6.2...v1.6.3) (2024-12-31) + + +### Bug Fixes + +* fixes double append of indicators ([#79](https://github.com/BLSQ/openhexa-toolbox/issues/79)) ([4fae1e0](https://github.com/BLSQ/openhexa-toolbox/commit/4fae1e0d9360d02d94fdb52ddcd15263fbc2d7b6)) + ## [1.6.2](https://github.com/BLSQ/openhexa-toolbox/compare/v1.6.1...v1.6.2) (2024-12-31) diff --git a/pyproject.toml b/pyproject.toml index cbc9b9c..9da9807 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "1.6.2" +version = "1.6.3" 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" }]