From 5a6fc8f95c2aeb6a76a2df794b31599997aafcee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Tue, 8 Aug 2023 14:16:40 +0200 Subject: [PATCH] chore(main): release 0.1.5 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a890cb4..a30f194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.5](https://github.com/BLSQ/openhexa-toolbox/compare/0.1.4...0.1.5) (2023-08-08) + + +### Bug Fixes + +* **dhis2:** fix support for no cache dir ([da92d59](https://github.com/BLSQ/openhexa-toolbox/commit/da92d59b61012ecad855946ce250c337194c8020)) + + +### Miscellaneous + +* **main:** switch pytest to importlib ([4461a88](https://github.com/BLSQ/openhexa-toolbox/commit/4461a88fa4cc612a8649c1524294511b30a20821)) +* **tests:** add tests for dhis2 periods ([e2589a1](https://github.com/BLSQ/openhexa-toolbox/commit/e2589a1334f8b27ad20cb82090b8581fe197558d)) +* **tests:** simplify period tests ([140879d](https://github.com/BLSQ/openhexa-toolbox/commit/140879d0ea80199457941cd43a9e8aced4590697)) + ## [0.1.4](https://github.com/BLSQ/openhexa-toolbox/compare/0.1.3...0.1.4) (2023-08-02) diff --git a/pyproject.toml b/pyproject.toml index 62e4d00..9de1b76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "0.1.4" +version = "0.1.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" }]