Skip to content

Commit fefc8c2

Browse files
author
Fabien Coelho
committed
next release should be 8.6
1 parent 6f8a89a commit fefc8c2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/VERSIONS.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ 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+
## 8.6 on ?
23+
24+
Add license section to README.
25+
Add `ruff` pass.
26+
Add _Pypy 3.10_ and _Python 3.13_ to CI.
27+
2228
## 8.5 on 2024-02-03
2329

2430
Add missing MutableMapping inheritance.

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.5"
7+
version = "8.6"
88
authors = [ { name = "Fabien Coelho", email = "[email protected]" } ]
99
description = "Cachetools Utilities"
1010
readme = "README.md"

0 commit comments

Comments
 (0)