From 72d75305e6315d210e14231a5e66ef7441b95d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Tue, 5 Nov 2024 20:34:59 +0100 Subject: [PATCH] chore(main): release 1.4.1 (#67) --- .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 3e9af1b..7325798 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.4.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b83fc3..f005a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/BLSQ/openhexa-toolbox/compare/v1.4.0...v1.4.1) (2024-11-05) + + +### Bug Fixes + +* **era5:** missing rasterio submodule import ([0e47337](https://github.com/BLSQ/openhexa-toolbox/commit/0e47337059fe504afe7fbc728f2bd27b264c76e5)) + ## [1.4.0](https://github.com/BLSQ/openhexa-toolbox/compare/v1.3.0...v1.4.0) (2024-11-05) diff --git a/pyproject.toml b/pyproject.toml index 1a8aaad..a5fc90d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "1.4.0" +version = "1.4.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" }]