M lib/python/cs/cache.py +1 -1
@@ 39,7 39,7 @@ from cs.seq import splitoff, unrepeated
from icontract import require
-__version__ = '20250103-post'
+__version__ = '20250111'
DISTINFO = {
'keywords': ["python2", "python3"],
A => release/cs.cache-20250111/CHANGES.txt +2 -0
@@ 0,0 1,2 @@
+lib/python/cs/cache.py: cs.cache: prevent automatic creation of the default ConvCache instance on import, which tries to make its cache directory
+lib/python/cs/cache.py: cs.cache: add missing import
A => release/cs.cache-20250111/SUMMARY.txt +1 -0
@@ 0,0 1,1 @@
+Prevent automatic creation of the default ConvCache instance on import, which tries to make its cache directory.