Skip to content

Commit c6618a0

Browse files
author
Fabien Coelho
committed
release 9.0
1 parent aa46409 commit c6618a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/VERSIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Install [package](https://pypi.org/project/CacheToolsUtils/) from
1919
Maybe the existing client can do that with appropriate options?
2020
- `cached`: add `contains` and `delete` parameters to change names?
2121

22-
## 9.0 on ?
22+
## 9.0 on 2024-10-27
2323

2424
Add `stats` method to return a convenient `dict` of statistics.
2525
Improve type declarations.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "CacheToolsUtils"
7-
version = "8.6"
7+
version = "9.0"
88
authors = [ { name = "Fabien Coelho", email = "[email protected]" } ]
99
description = "Cachetools Utilities"
1010
readme = "README.md"

0 commit comments

Comments
 (0)