From 63bfc1ccbd1260b58da7deafa1b327fd1f40d5b7 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Fri, 18 Oct 2024 14:52:30 +0200 Subject: [PATCH] v0.2.4 --- CHANGES.md | 4 ++-- eosets/__meta__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e2b9da3..85b247a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,9 @@ # Release History -## 0.2.4 (2024-mm-dd) +## 0.2.4 (2024-10-18) - FIX: Fix band retrieving when the env variable `CI_EOREADER_BAND_FOLDER` is set, in case of multiple files of the same band from different satellite data are present in the directory -- FIX: Don't force set `remove_tmp` to `True` for `eoreader.Product` in `Mosaic`. +- FIX: Don't force `remove_tmp` to `True` for `eoreader.Product` in `Mosaic`. - FIX: Don't try to mosaic bands of mono-mosaics - CI: Add more tests, speed up and refactor diff --git a/eosets/__meta__.py b/eosets/__meta__.py index d55ef62..dfade88 100644 --- a/eosets/__meta__.py +++ b/eosets/__meta__.py @@ -17,7 +17,7 @@ """ **EOSets** library """ -__version__ = "0.2.3" +__version__ = "0.2.4" __title__ = "eosets" __description__ = "This library aims to simplify any process working with different sets of EO data handled by EOReader." __author__ = "ICube-SERTIT"