# HG changeset patch # User Cameron Simpson # Date 1736734413 -39600 # Mon Jan 13 13:13:33 2025 +1100 # Node ID a53f069fb7e74438c2618bb0edf011639aaa2f43 # Parent 861bac1369da25dede8c8b7983b7a0ae3cd2d99b Release information for cs.djutils-20250113. Summary: model_batches_qs: improve the query which measures the current batch. diff --git a/lib/python/cs/djutils.py b/lib/python/cs/djutils.py --- a/lib/python/cs/djutils.py +++ b/lib/python/cs/djutils.py @@ -28,7 +28,7 @@ from cs.gimmicks import warning from cs.lex import cutprefix, stripped_dedent -__version__ = '20250111.1-post' +__version__ = '20250113' DISTINFO = { 'keywords': ["python3"], diff --git a/release/cs.djutils-20250113/CHANGES.txt b/release/cs.djutils-20250113/CHANGES.txt new file mode 100644 --- /dev/null +++ b/release/cs.djutils-20250113/CHANGES.txt @@ -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 diff --git a/release/cs.djutils-20250113/SUMMARY.txt b/release/cs.djutils-20250113/SUMMARY.txt new file mode 100644 --- /dev/null +++ b/release/cs.djutils-20250113/SUMMARY.txt @@ -0,0 +1,1 @@ +model_batches_qs: improve the query which measures the current batch.