From 13cb6469eb7e5ea9d404b0f5050147b7aa695466 Mon Sep 17 00:00:00 2001 From: BRAUN REMI Date: Tue, 8 Oct 2024 09:38:50 +0200 Subject: [PATCH] v0.21.3 --- CHANGES.md | 2 +- eoreader/__meta__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, "