From 7d355946936f2a2ae9e19a9bef2d3ef9b2d104b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Mon, 13 May 2024 10:55:31 +0200 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3419f9a..eff0e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.1...0.2.2) (2024-05-13) + + +### Bug Fixes + +* **dhis2:** invalid params argument ([070379b](https://github.com/BLSQ/openhexa-toolbox/commit/070379bd9ea9c0a4638e87be323ea79ab967bf15)) + ## [0.2.1](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.0...0.2.1) (2024-05-10) diff --git a/pyproject.toml b/pyproject.toml index b2e1bbe..2c3de3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "0.2.1" +version = "0.2.2" 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" }]