From cbb40182cf23a888e4e74bccc8c441f31e50f921 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Wed, 17 Apr 2024 15:28:09 +0200 Subject: [PATCH] Update History for next release Signed-off-by: Alexis Jeandet --- HISTORY.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index a9f1aee2..4b58d7ef 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +1.2.7 (2024-04-17) +------------------ + +* Always check if a cache entry is None before slicing it by @jeandet in https://github.com/SciQLop/speasy/pull/127 + 1.2.6 (2024-04-17) ------------------