From 45480129ec2f03390111250d68deac280742df9c Mon Sep 17 00:00:00 2001 From: ARYAN RAJ Date: Sun, 13 Jul 2025 23:14:27 +0530 Subject: [PATCH 1/3] Remove outdated v3 release announcement bullet from release notes --- docs/release-notes.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 8c51250fed..f199f953a4 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -290,8 +290,6 @@ Bug fixes Documentation ~~~~~~~~~~~~~ -* Add v3.0.0 release announcement banner (:issue:`2677`). - * Quickstart guide alignment with V3 API (:issue:`2697`). * Fix doctest failures related to numcodecs 0.15 (:issue:`2727`). From a203f4c16f051440d79c1f74401a50f1341e0b45 Mon Sep 17 00:00:00 2001 From: ARYAN RAJ Date: Tue, 15 Jul 2025 01:25:06 +0530 Subject: [PATCH 2/3] docs: remove outdated release announcement from docs --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 61d83ef819..05d89a1dcc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -178,7 +178,6 @@ def skip_submodules( ], "collapse_navigation": True, "navigation_with_keys": False, - "announcement": "Zarr-Python 3 is here! Check out the release announcement here.", } # Add any paths that contain custom themes here, relative to this directory. From 2dd05658a7aae0316c1302962d181730abadaf68 Mon Sep 17 00:00:00 2001 From: ARYAN RAJ Date: Wed, 16 Jul 2025 09:58:58 +0530 Subject: [PATCH 3/3] Restore changelog entry as requested --- docs/release-notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f199f953a4..8c51250fed 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -290,6 +290,8 @@ Bug fixes Documentation ~~~~~~~~~~~~~ +* Add v3.0.0 release announcement banner (:issue:`2677`). + * Quickstart guide alignment with V3 API (:issue:`2697`). * Fix doctest failures related to numcodecs 0.15 (:issue:`2727`).