From 599572a86fedf36bd6b6ad77c399c6ffebdfd960 Mon Sep 17 00:00:00 2001 From: Marvin Albert Date: Fri, 4 Aug 2023 12:42:10 +0200 Subject: [PATCH] Added 2023.08.1 patch release notes (#338) --- HISTORY.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 45950416..351014ee 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,25 @@ History ======= +2023.08.1 (2023-08-04) +---------------------- + +We're pleased to announce the release of dask-image 2023.08.1! + +This is a patch release to complete the dropping of python 3.8 +in the previous release. + +* Use `>=3.9` in `python_requires` in `setup.py` (#336) + +2 authors added to this release (alphabetical) + +* `jakirkham `_ - @jakirkham +* `Marvin Albert `_ - @m-albert + + +0 reviewers added to this release (alphabetical) + + 2023.08.0 (2023-08-03) ----------------------