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: