From e6af1da382f582c6c0d37e97a2025d3b0fc5a70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Wed, 6 Nov 2024 14:30:22 +0100 Subject: [PATCH] chore(main): release 1.4.3 (#69) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ed3ffc..d16b30c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.2" + ".": "1.4.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 444cc03..48d4dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.3](https://github.com/BLSQ/openhexa-toolbox/compare/v1.4.2...v1.4.3) (2024-11-06) + + +### Bug Fixes + +* **era5:** invalid short name for 2m temperature variable ([1678a5f](https://github.com/BLSQ/openhexa-toolbox/commit/1678a5fef6512c3d4969e2fc47dd6498e6ddd272)) +* **era5:** remove __init__.py content ([56f330b](https://github.com/BLSQ/openhexa-toolbox/commit/56f330b1d3ade2fbcad58d25bb66918c32720b63)) + ## [1.4.2](https://github.com/BLSQ/openhexa-toolbox/compare/v1.4.1...v1.4.2) (2024-11-05) diff --git a/pyproject.toml b/pyproject.toml index e5acee5..50dd906 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "1.4.2" +version = "1.4.3" 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" }]