From 65255dfdcb87973e2a3553d2eaabbd74abe57a13 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Tue, 30 Jul 2024 09:27:07 +0200 Subject: [PATCH] v0.21.2 --- CHANGES.md | 5 +---- eoreader/__meta__.py | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e8815273..29e2b8e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,5 @@ # Release History -## 0.21.3 (2024-mm-dd) - -- INSTALL: Remove `pystac[validation]` (as it is an optional dependency) from setup.py, and create a `stac` extra feature. - ## 0.21.2 (2024-07-30) - ENH: `to_str` and `to_band`: add a `as_list` argument defaulting to `True`. When set as False, return a str from `to_str` and a band from `to_band` ([#138](https://github.com/sertit/eoreader/issues/138)). Thanks @jsetty! @@ -22,6 +18,7 @@ - OPTIM: Search correctly nested metadata in the Reader (without accidentally using a recursive glob) - CI: Fix S3 endpoint management with `sertit>=1.37` - CI: Remove for now end-to-end tests with Python 3.11 and 3.10. +- INSTALL: Remove `pystac[validation]` (as it is an optional dependency) from setup.py, and create a `stac` extra feature. ## 0.21.1 (2024-04-03) diff --git a/eoreader/__meta__.py b/eoreader/__meta__.py index 75d864e8..f99f28bf 100644 --- a/eoreader/__meta__.py +++ b/eoreader/__meta__.py @@ -17,7 +17,7 @@ """ **EOReader** library """ -__version__ = "0.21.1" +__version__ = "0.21.2" __title__ = "eoreader" __description__ = ( "Remote-sensing opensource python library reading optical and SAR constellations, "