Release information for cs.cache-20250111.
Summary:
Prevent automatic creation of the default ConvCache instance on import, which tries to make its cache directory.
3 files changed, 4 insertions(+), 1 deletions(-)

M lib/python/cs/cache.py
A => release/cs.cache-20250111/CHANGES.txt
A => release/cs.cache-20250111/SUMMARY.txt
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.