# HG changeset patch # User Cameron Simpson # Date 1736749961 -39600 # Mon Jan 13 17:32:41 2025 +1100 # Node ID 5e2dad99624454df502d77d5d3a1bed20887d209 # Parent 9995d71da0b526c03c10cf7eb8d7b6960e844a2b Release information for cs.djutils-20250113.2. Summary: model_batches_qs: bugfix second and following QuerySet construction. 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__ = '20250113.1-post' +__version__ = '20250113.2' DISTINFO = { 'keywords': ["python3"], diff --git a/release/cs.djutils-20250113.2/CHANGES.txt b/release/cs.djutils-20250113.2/CHANGES.txt new file mode 100644 --- /dev/null +++ b/release/cs.djutils-20250113.2/CHANGES.txt @@ -0,0 +1,1 @@ +lib/python/cs/djutils.py: cs.djutils: model_batches_qs: bugfix second and following QuerySet construction diff --git a/release/cs.djutils-20250113.2/SUMMARY.txt b/release/cs.djutils-20250113.2/SUMMARY.txt new file mode 100644 --- /dev/null +++ b/release/cs.djutils-20250113.2/SUMMARY.txt @@ -0,0 +1,1 @@ +model_batches_qs: bugfix second and following QuerySet construction.