From 4512769adbf59b375e9209cab0190c1ae9dae751 Mon Sep 17 00:00:00 2001 From: Sylvain Brunato Date: Wed, 10 Jun 2026 16:29:04 +0200 Subject: [PATCH] build: bump version --- CHANGES.rst | 33 ++++++++++++++++++++++++++++++++- eodag_cube/__init__.py | 2 +- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8206876..cd97dd0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,38 @@ Release history =============== -.. _changelog-unreleased: +v0.7.1 (2026-06-10) +=================== + +Performance Improvements +------------------------ + +* Optimized imports and initializations (`#123`_, `f50ac7b`_) + +Build System +------------ + +* Add python3.14 support (`#124`_, `f6a881a`_) + +Continuous Integration +---------------------- + +* Benchmark for perf regression checks (`#122`_, `5b1201a`_) + +Testing +------- + +* Removed tests warnings (`#125`_, `4a674d2`_) + +.. _#122: https://github.com/CS-SI/eodag-cube/pull/122 +.. _#123: https://github.com/CS-SI/eodag-cube/pull/123 +.. _#124: https://github.com/CS-SI/eodag-cube/pull/124 +.. _#125: https://github.com/CS-SI/eodag-cube/pull/125 +.. _4a674d2: https://github.com/CS-SI/eodag-cube/commit/4a674d25507dd80d2f838264e42cdbe30b0632b2 +.. _5b1201a: https://github.com/CS-SI/eodag-cube/commit/5b1201aed059d70f171cbbb29847c9760e1afb38 +.. _f50ac7b: https://github.com/CS-SI/eodag-cube/commit/f50ac7b752a01e53173e101a4916a8d4379e07e1 +.. _f6a881a: https://github.com/CS-SI/eodag-cube/commit/f6a881aca89b8f4332e059e9cdee0a97c9639c68 + v0.7.0 (2026-03-16) =================== diff --git a/eodag_cube/__init__.py b/eodag_cube/__init__.py index 5cec609..cc510a8 100644 --- a/eodag_cube/__init__.py +++ b/eodag_cube/__init__.py @@ -19,7 +19,7 @@ __title__ = "eodag_cube" __description__ = "Data access for EODAG" -__version__ = "0.7.0" +__version__ = "0.7.1" __author__ = "CS GROUP - France" __author_email__ = "eodag@csgroup.space" __url__ = "https://github.com/CS-SI/eodag-cube"