Skip to content

Commit 93b529e

Browse files
committed
chore(main): release 1.6.4
1 parent 2a3c6cf commit 93b529e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.3"
2+
".": "1.6.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.6.4](https://github.com/BLSQ/openhexa-toolbox/compare/v1.6.3...v1.6.4) (2025-01-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **era5_aggregate:** fix missing data check ([#81](https://github.com/BLSQ/openhexa-toolbox/issues/81)) ([2a3c6cf](https://github.com/BLSQ/openhexa-toolbox/commit/2a3c6cf6198de4be91aeb77a5711e74d60dd8641))
9+
310
## [1.6.3](https://github.com/BLSQ/openhexa-toolbox/compare/v1.6.2...v1.6.3) (2024-12-31)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openhexa.toolbox"
7-
version = "1.6.3"
7+
version = "1.6.4"
88
description = "A set of tools to acquire & process data from various sources"
99
authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]
1010
maintainers = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]

0 commit comments

Comments
 (0)