M lib/python/cs/buffer.py +1 -1
@@ 22,7 22,7 @@ from threading import Lock, Thread
from cs.deco import Promotable
from cs.gimmicks import r
-__version__ = '20240630-post'
+__version__ = '20250111'
DISTINFO = {
'keywords': ["python3"],
A => release/cs.buffer-20250111/CHANGES.txt +2 -0
@@ 0,0 1,2 @@
+lib/python/cs/buffer.py: cs.buffer: CornuCopyBuffer: docstring improvements
+lib/python/cs/buffer.py: cs.buffer: DISTINFO: move python_version>=3.3 out to the "makers" section (presemly unused) because it was being used as a dependency, finding the python_version PyPI package
A => release/cs.buffer-20250111/SUMMARY.txt +1 -0
@@ 0,0 1,1 @@
+DISTINFO: move python_version>=3.3 out to the "makers" section (presemly unused) because it was being used as a dependency, finding the python_version PyPI dsitribution.