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, "