From 955c1fef6fdadd5af7e66383dc760b2a3aff9097 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Wed, 3 Apr 2024 16:50:03 +0200 Subject: [PATCH] v0.21.1 --- CHANGES.md | 2 +- eoreader/__meta__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 35994325..a8e33a41 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Release History -## 0.21.1 (2024-mm-dd) +## 0.21.1 (2024-04-03) - ENH: Add a `is_stacked` parameters for EOReader's `Product` to document either its bands are delivered stacked or file by file. - FIX: Correct `SWIR_CIRRUS` spectral band's enum value (to `SWIR_CIRRUS` instead of `CIRRUS`), avoiding shadowing cloud band `CIRRUS` ([#131](https://github.com/sertit/eoreader/issues/131)) diff --git a/eoreader/__meta__.py b/eoreader/__meta__.py index 4e4feb53..75d864e8 100644 --- a/eoreader/__meta__.py +++ b/eoreader/__meta__.py @@ -17,7 +17,7 @@ """ **EOReader** library """ -__version__ = "0.21.0.post0" +__version__ = "0.21.1" __title__ = "eoreader" __description__ = ( "Remote-sensing opensource python library reading optical and SAR constellations, "