From 87230035e1287ac47c36531aebfde15f6be732b3 Mon Sep 17 00:00:00 2001 From: Megan Nissel Date: Thu, 5 Feb 2026 15:46:50 -0500 Subject: [PATCH 1/2] update NatCap name in pyproject.toml (#113) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54b724e..54491ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ readme = "README.rst" requires-python = ">=3.6" license = {file = "LICENSE.txt"} maintainers = [ - {name = "Natural Capital Project Software Team"} + {name = "Natural Capital Alliance Software Team"} ] keywords = ["parallel", "multiprocessing", "distributed", "computing"] classifiers = [ From a62ce731f76891a3e2008408131cc150c9711e2d Mon Sep 17 00:00:00 2001 From: Megan Nissel Date: Thu, 5 Feb 2026 16:42:09 -0500 Subject: [PATCH 2/2] add note about NatCap name change to HISTORY (#113) --- HISTORY.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 54b09c4..6e715bb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,9 +4,11 @@ TaskGraph Release History ========================= -.. - Unreleased Changes - ------------------ +Unreleased Changes +------------------ +* The Natural Capital Project changed its name to the Natural Capital Alliance. + References to the old name have been updated to reflect this change. + (`#113 `_) 0.11.2 (2025-05-21) -------------------