diff --git a/ignite/utils.py b/ignite/utils.py index 23995bde0d1..3eb534b14f8 100644 --- a/ignite/utils.py +++ b/ignite/utils.py @@ -298,7 +298,7 @@ def hash_checkpoint(checkpoint_path: Union[str, Path], output_dir: Union[str, Pa Returns: Path to the hashed checkpoint file, the first 8 digits of SHA256 hash. - .. versionadded:: 0.5.0 + .. versionadded:: 0.4.8 """ if isinstance(checkpoint_path, str):