diff --git a/CHANGES.md b/CHANGES.md index a5d82200..6d5d6019 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Release History -## 0.21.3 (2024-mm-dd) +## 0.21.3 (2024-10-08) - ENH: Allow the process of Sentinel-1 COGs (provided by the Copernicus DataSpace) for SNAP >= 10 ([#172](https://github.com/sertit/eoreader/issues/172)) - ENH: Add a `BandType` alias for any types that could be a band: a string, a `BandNames` or any of its children: Spectral, SAR, DEM or Cloud band names diff --git a/eoreader/__meta__.py b/eoreader/__meta__.py index e81fba99..c2e31a06 100644 --- a/eoreader/__meta__.py +++ b/eoreader/__meta__.py @@ -17,7 +17,7 @@ """ **EOReader** library """ -__version__ = "0.21.3.dev0" +__version__ = "0.21.3" __title__ = "eoreader" __description__ = ( "Remote-sensing opensource python library reading optical and SAR constellations, "