diff --git a/CHANGES.rst b/CHANGES.rst index 7d81bb7..e713cb0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Release history --------------- +0.5.0 (2024-10-10) +++++++++++++++++++ + +- Support zipped bands in s3 (#62) +- Regex fix in band selection using `StacAssets` driver (#61) +- [0.5.0b1] Adapt to `eodag v3` search API (#59) + 0.5.0b1 (2024-06-25) ++++++++++++++++++++ diff --git a/eodag_cube/__init__.py b/eodag_cube/__init__.py index 6cfae26..e03c472 100644 --- a/eodag_cube/__init__.py +++ b/eodag_cube/__init__.py @@ -19,8 +19,8 @@ __title__ = "eodag-cube" __description__ = "Data access for EODAG" -__version__ = "0.5.0b1" -__author__ = "CS GROUP - France (CSSI)" +__version__ = "0.5.0" +__author__ = "CS GROUP - France" __author_email__ = "eodag@csgroup.space" __url__ = "https://github.com/CS-SI/eodag-cube" __license__ = "Apache 2.0"