Skip to content

Commit fddb95e

Browse files
bdicecsadorf
andauthored
Change next() deprecation to version 0.9.6.
Co-authored-by: Carl Simon Adorf <[email protected]>
1 parent 5f61c44 commit fddb95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signac/contrib/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2620,7 +2620,7 @@ def __iter__(self):
26202620
)
26212621

26222622
@deprecated(
2623-
deprecated_in="1.8",
2623+
deprecated_in="0.9.6",
26242624
removed_in="2.0",
26252625
current_version=__version__,
26262626
details="Use next(iter(...)) instead.",

0 commit comments

Comments
 (0)