From 5bb95e38cceb5d0454db0ea442604859753a04b5 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Wed, 11 Jun 2025 15:44:52 -0600 Subject: [PATCH] Release 2025.06.1 --- doc/whats-new.rst | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 45e49e89706..4c07fe413e4 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -7,31 +7,18 @@ What's New .. _whats-new.2025.06.1: -v2025.06.1 (unreleased) ------------------------ - -New Features -~~~~~~~~~~~~ - +v2025.06.1 (Jun 11, 2025) +------------------------- -Breaking changes -~~~~~~~~~~~~~~~~ - - -Deprecations -~~~~~~~~~~~~ +This is quick bugfix release to remove an unintended dependency on ``typing_extensions``. +Thanks to the 4 contributors to this release: +Alex Merose, Deepak Cherian, Ilan Gold and Simon Perkins Bug fixes ~~~~~~~~~ - -Documentation -~~~~~~~~~~~~~ - - -Internal Changes -~~~~~~~~~~~~~~~~ +- Remove dependency on ``typing_extensions`` (:pull:`10413`). By `Simon Perkins `_. .. _whats-new.2025.06.0: