From fddb95eb0c45b9331692c8c662b27bb426518338 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 25 Feb 2022 23:49:12 -0600 Subject: [PATCH] Change next() deprecation to version 0.9.6. Co-authored-by: Carl Simon Adorf --- signac/contrib/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signac/contrib/project.py b/signac/contrib/project.py index b37e2184b..25226e122 100644 --- a/signac/contrib/project.py +++ b/signac/contrib/project.py @@ -2620,7 +2620,7 @@ def __iter__(self): ) @deprecated( - deprecated_in="1.8", + deprecated_in="0.9.6", removed_in="2.0", current_version=__version__, details="Use next(iter(...)) instead.",