diff --git a/CHANGES.md b/CHANGES.md index 018e0263..c9702877 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,13 @@ # Release History -## 0.21.7 (2024-mm-dd) +## 0.21.7 (2024-11-08) -- FIX: Handle ICEYE products with missing quicklook -- FIX: Fix Sentinel-1 name with weird PDFs names (i.e. ending with `.SAFE-report...`) -- FIX: Remove multi-swath workaround for Cosmo products if SNAP > 11.0 +- FIX: Handle `ICEYE` products with missing quicklook +- FIX: Fix `Sentinel-1` name with weird PDFs names (i.e. ending with `.SAFE-report...`) +- FIX: Remove multi-swath workaround for `Cosmo` products if SNAP > 11.0 - FIX: By default, try to assign a constellation (in a pure dummy way) to any `Product` created -- FIX: Add ways of knowing if a constellation is a real one or not (i.e. CUSTOM or template such as Maxar) -- FIX: Create TDX and PAZ (completely inherited) classes to disambiguate their constellations +- FIX: Add ways of knowing if a constellation is a real one or not (i.e. `CUSTOM` or template such as `Maxar`) +- FIX: Create `TDX` and `PAZ` (completely inherited) classes to disambiguate their constellations ## 0.21.6 (2024-10-17) diff --git a/eoreader/__meta__.py b/eoreader/__meta__.py index c714f767..ee4620dd 100644 --- a/eoreader/__meta__.py +++ b/eoreader/__meta__.py @@ -17,7 +17,7 @@ """ **EOReader** library """ -__version__ = "0.21.6" +__version__ = "0.21.7" __title__ = "eoreader" __description__ = ( "Remote-sensing opensource python library reading optical and SAR constellations, "