From a652fe3b4776bf5ea73fcd330f017695b9c1f29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Fri, 13 Dec 2024 18:49:32 +0100 Subject: [PATCH] chore(main): release 1.5.0 (#72) --- .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 d16b30c..fbd9082 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.3" + ".": "1.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d4dd9..52c4801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/BLSQ/openhexa-toolbox/compare/v1.4.3...v1.5.0) (2024-12-13) + + +### Features + +* **era5:** upgrade to datapi client ([#71](https://github.com/BLSQ/openhexa-toolbox/issues/71)) ([733cbf1](https://github.com/BLSQ/openhexa-toolbox/commit/733cbf167b4c8d9f4991602b21f31a8fb503b46d)) + ## [1.4.3](https://github.com/BLSQ/openhexa-toolbox/compare/v1.4.2...v1.4.3) (2024-11-06) diff --git a/pyproject.toml b/pyproject.toml index 38ff5f7..76dd300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "1.4.3" +version = "1.5.0" 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" }]