From a8ac702a1c4e71f655e75f9815d41339c27bb5e4 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Tue, 15 Oct 2024 09:58:50 -0700 Subject: [PATCH] Update HISTORY.rst for the pygeoprocessing 2.4.6 release. --- HISTORY.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index a7530b26..f6fe106a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,9 @@ Release History =============== -Unreleased Changes +.. Unreleased Changes + +2.4.6 (2024-10-15) ------------------ * Removing the ``numpy<2`` constraint for requirements.txt that should have been included in the 2.4.5 release. https://github.com/natcap/pygeoprocessing/issues/396