From 23bec8aeeb261a0429fbe4d6966768814343e1a4 Mon Sep 17 00:00:00 2001 From: Spencer Clark Date: Tue, 29 Nov 2022 02:37:05 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20PR=20number=20in=20what=E2=80=99s=20new?= =?UTF-8?q?=20(#7331)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/whats-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 48113862c67..0c9ff5bd1f8 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -22,7 +22,7 @@ v2022.11.1 (unreleased) New Features ~~~~~~~~~~~~ - Enable using `offset` and `origin` arguments in :py:meth:`DataArray.resample` - and :py:meth:`Dataset.resample` (:issue:`7266`, :pull:`6538`). By `Spencer + and :py:meth:`Dataset.resample` (:issue:`7266`, :pull:`7284`). By `Spencer Clark `_. - Add experimental support for Zarr's in-progress V3 specification. (:pull:`6475`). By `Gregory Lee `_ and `Joe Hamman `_.