Skip to content

Commit

Permalink
Prepare for release v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 9, 2024
1 parent 9ad2b4b commit 55c0526
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v1.6.5](https://github.com/allenai/cached_path/releases/tag/v1.6.5) - 2024-12-09

### Fixed

- Loosened `filelock` dependency.

## [v1.6.4](https://github.com/allenai/cached_path/releases/tag/v1.6.4) - 2024-11-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion cached_path/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_MINOR = "6"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "4"
_PATCH = "5"
# 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", "")
Expand Down

0 comments on commit 55c0526

Please sign in to comment.