From 5fed4a688c85c198c5d25f2570b0c92ef91dfc04 Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Wed, 28 Jun 2023 11:26:13 +1000 Subject: [PATCH] Update whats_new.rst for release. (#1467) --- docs/about/whats_new.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/about/whats_new.rst b/docs/about/whats_new.rst index 65db6ad9b..aad080ff2 100644 --- a/docs/about/whats_new.rst +++ b/docs/about/whats_new.rst @@ -8,6 +8,9 @@ What's New v1.8.next ========= +v1.8.14 (28th June 2023) +======================== + - Second attempt to address unexpected handling of image aspect ratios in rasterio and GDAL. (:pull:`1457`) - Fix broken pypi publishing Github action (:pull:`1454`) @@ -17,6 +20,7 @@ v1.8.next - Mark executors as deprecated (:pull:`1461`) - Mark ingestion as deprecated (:pull:`1463`) - Replace deprecated ``pkg_resources`` with ``importlib.resources`` and ``importlib.metadata`` (:pull:`1466`) +- Update whats_new.rst for release (:pull:`1467`) v1.8.13 (6th June 2023)