We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430b88c commit 4b7f801Copy full SHA for 4b7f801
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v1.7.3](https://github.com/allenai/cached_path/releases/tag/v1.7.3) - 2025-05-07
11
+
12
### Added
13
14
- Added support for latest versions of HuggingFace-Hub.
cached_path/version.py
@@ -4,7 +4,7 @@
4
_MINOR = "7"
5
# On main and in a nightly release the patch should be one ahead of the last
6
# released build.
-_PATCH = "2"
+_PATCH = "3"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = os.environ.get("CACHED_PATH_VERSION_SUFFIX", "")
0 commit comments