From 5e97cb43f5871ed946bd8dd1bd2016d5b8b79c74 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Wed, 24 Apr 2024 12:49:17 -0700 Subject: [PATCH 1/2] add note to the top of the release page noting the plan for 2.18.* and 3.0 --- docs/release.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release.rst b/docs/release.rst index 07c2a47e7c..b31e42b577 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -13,6 +13,11 @@ Release notes # to document your changes. On releases it will be # re-indented so that it does not show up in the notes. +.. note:: + Zarr-Python 2.18.* is expected be the final release in the 2.* series. Work on Zarr-Python 3.0 is underway. + See `GH1777 ` for more details on the upcoming + 3.0 release. + .. _unreleased: Unreleased From 911b099eb30b0cdb945276c79d7a9171390729c6 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Wed, 24 Apr 2024 12:53:28 -0700 Subject: [PATCH 2/2] fix href --- docs/release.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.rst b/docs/release.rst index b31e42b577..1c4e52f7c0 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -15,7 +15,7 @@ Release notes .. note:: Zarr-Python 2.18.* is expected be the final release in the 2.* series. Work on Zarr-Python 3.0 is underway. - See `GH1777 ` for more details on the upcoming + See `GH1777 `_ for more details on the upcoming 3.0 release. .. _unreleased: