From 0bb7a00082a9945974fd168d546878e4e11ee4cf Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 2 Oct 2025 09:30:16 +0200 Subject: [PATCH 1/2] update changelog before release --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c26ddcc..e27c383 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +v0.5.0 - 2025-10-02 +--------------------- +This release updates the constraints on packages, switch from poetry to uv, and support for python 3.9 and 3.10 is dropped, and 3.13 is added. +No change on the core package python code has been made. + v0.4.0 - 2024-05-29 --------------------- This release adds an accessor for xarray. Support for python 3.8 is dropped and 3.12 is added. From 4c8168b9e3084854c895dec89485bffd5c165363 Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 2 Oct 2025 09:36:51 +0200 Subject: [PATCH 2/2] better formulation --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e27c383..4de979e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Changelog v0.5.0 - 2025-10-02 --------------------- -This release updates the constraints on packages, switch from poetry to uv, and support for python 3.9 and 3.10 is dropped, and 3.13 is added. +This release updates the constraints on packages, switches from poetry to uv, drops support for python 3.9 and 3.10, and adds support for python 3.13 is added. No change on the core package python code has been made. v0.4.0 - 2024-05-29