Skip to content

Commit 17a8b99

Browse files
committed
Fix version tag
1 parent 5c5cae9 commit 17a8b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stamina/_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ def set_testing(
169169
Is idempotent and can be called repeatedly with the same values.
170170
171171
.. versionadded:: 24.3.0
172-
.. versionadded:: 24.4.0 *cap*
172+
.. versionadded:: 25.1.0 *cap*
173173
"""
174174
CONFIG.testing = _Testing(attempts, cap) if testing else None

0 commit comments

Comments
 (0)