M lib/python/cs/djutils.py +1 -1
@@ 28,7 28,7 @@ from cs.cmdutils import BaseCommand as C
from cs.gimmicks import warning
from cs.lex import cutprefix, stripped_dedent
-__version__ = '20250111.1-post'
+__version__ = '20250113'
DISTINFO = {
'keywords': ["python3"],
A => release/cs.djutils-20250113/CHANGES.txt +3 -0
@@ 0,0 1,3 @@
+lib/python/cs/djutils.py: cs.djutils: doc tweak
+lib/python/cs/djutils.py: cs.djutils: model_batches_qs: improve the query which measures the current batch
+lib/python/cs/djutils.py: cs.djutils: remove debugging print
A => release/cs.djutils-20250113/SUMMARY.txt +1 -0
@@ 0,0 1,1 @@
+model_batches_qs: improve the query which measures the current batch.