From 798ef658d65770f3902922787488ad08a41f4619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Tue, 13 Aug 2024 12:56:26 +0200 Subject: [PATCH] chore(main): release 1.0.1 (#51) --- .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 fea3454..a8f7122 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0931904..5c6cde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/BLSQ/openhexa-toolbox/compare/1.0.0...v1.0.1) (2024-08-13) + + +### Bug Fixes + +* **dhis2:** allow single lastUpdated param ([#50](https://github.com/BLSQ/openhexa-toolbox/issues/50)) ([df64006](https://github.com/BLSQ/openhexa-toolbox/commit/df6400664c6097e04dbaa968cebb4fdedb41c487)) + ## [1.0.0](https://github.com/BLSQ/openhexa-toolbox/compare/0.2.6...v1.0.0) (2024-07-26) ### Features diff --git a/pyproject.toml b/pyproject.toml index cd62c77..96d1b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "1.0.0" +version = "1.0.1" 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" }]