Skip to content

Commit

Permalink
Change next() deprecation to version 0.9.6.
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Simon Adorf <[email protected]>
  • Loading branch information
bdice and csadorf authored Feb 26, 2022
1 parent 5f61c44 commit fddb95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signac/contrib/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit fddb95e

Please sign in to comment.