Skip to content

Commit

Permalink
Change docs versionadded/changed 0.5.X -> 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
trsvchn authored and vfdev-5 committed Jan 17, 2022
1 parent 9a98930 commit 8ac90da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8ac90da

Please sign in to comment.