diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7325798..3ed3ffc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.4.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f005a76..444cc03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/BLSQ/openhexa-toolbox/compare/v1.4.1...v1.4.2) (2024-11-05) + + +### Bug Fixes + +* **era5:** rasterio submodules import ([2a48b76](https://github.com/BLSQ/openhexa-toolbox/commit/2a48b7643d7eaaa0c1528fc2e53c5abdccab0834)) + ## [1.4.1](https://github.com/BLSQ/openhexa-toolbox/compare/v1.4.0...v1.4.1) (2024-11-05) diff --git a/pyproject.toml b/pyproject.toml index a5fc90d..e5acee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "1.4.1" +version = "1.4.2" 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" }]