From 6ea5469f2b13b8d040dc2f3796e0f44c15283422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Wed, 2 Aug 2023 14:56:02 +0200 Subject: [PATCH] chore(main): release 0.1.4 --- CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d83ded9..a890cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.1.4](https://github.com/BLSQ/openhexa-toolbox/compare/0.1.3...0.1.4) (2023-08-02) + + +### Features + +* **dhis2:** support comparison between periods ([a1224bf](https://github.com/BLSQ/openhexa-toolbox/commit/a1224bf8c63deef4a856e184fcf12c99996e3c12)) + + +### Bug Fixes + +* **dhis2:** dhis2 version number is a string ([ab1e603](https://github.com/BLSQ/openhexa-toolbox/commit/ab1e603ccf51b221db4dabf9960621da35522e7b)) +* **dhis2:** duplicated rows in analytics response ([45ec0ec](https://github.com/BLSQ/openhexa-toolbox/commit/45ec0ec825826f357db440ba1c2c5df75b872af0)) +* **dhis2:** fix year format validation ([d7892cc](https://github.com/BLSQ/openhexa-toolbox/commit/d7892ccd3d25a25204fc45957fa5405229d27fc9)) +* **dhis2:** support no cache ([4299c94](https://github.com/BLSQ/openhexa-toolbox/commit/4299c9481a308c37a4b01cd153114bdc3df80971)) +* **dhis2:** week range calculation ([4842d35](https://github.com/BLSQ/openhexa-toolbox/commit/4842d355c539ae54b2bdaf9af665b933c9c73ac7)) + + +### Miscellaneous + +* remove unused function ([e360b16](https://github.com/BLSQ/openhexa-toolbox/commit/e360b16b1b060c042ade5c8c4384140ec4fcd970)) + ## [0.1.3](https://github.com/BLSQ/openhexa-toolbox/compare/v0.1.2...0.1.3) (2023-07-25) diff --git a/pyproject.toml b/pyproject.toml index da350dc..2cf3008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "0.1.3" +version = "0.1.4" description = "A set of tools to acquire & process data from various sources" authors = [ { name = "Bluesquare", email = "dev@bluesquarehub.com"}