Skip to content

Commit

Permalink
v9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Nov 28, 2024
1 parent 3dd22c3 commit 1eb0baa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ with `cachetools`.
- `cached` decorator: a cachetools replacement which allows to test if a
function result is in cache, and to delete such an entry.
- `cacheFunctions` and `cacheMethods`: add caching to functions or methods.
- `json_key` and `hash_json_key`: JSON-based cache key serialization functions

## License

Expand Down
2 changes: 1 addition & 1 deletion docs/VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install [package](https://pypi.org/project/CacheToolsUtils/) from
Maybe the existing client can do that with appropriate options?
- `cached`: add `contains` and `delete` parameters to change names?

## ? on ?
## 9.1 on 2024-11-28

Improve documentation.
Add experimental `json_key` and `hash_json_key` cache key functions.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "CacheToolsUtils"
version = "9.0"
version = "9.1"
authors = [ { name = "Fabien Coelho", email = "cachetools.utils@coelho.net" } ]
description = "Cachetools Utilities"
readme = "README.md"
Expand Down

0 comments on commit 1eb0baa

Please sign in to comment.