We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1680b87 commit 4777d69Copy full SHA for 4777d69
CHANGELOG.rst
@@ -19,6 +19,8 @@ v6.0.0 (UNRELEASED)
19
this *may* result in a noticable performance degradation, depending
20
on your actual use case.
21
22
+- Improve documentation.
23
+
24
- Update CI environment.
25
26
src/cachetools/__init__.py
@@ -12,7 +12,7 @@
12
"cachedmethod",
13
)
14
15
-__version__ = "6.0.0b2"
+__version__ = "6.0.0b3"
16
17
import collections
18
import collections.abc
0 commit comments