Release information for cs.djutils-20250113.2.
Summary:
model_batches_qs: bugfix second and following QuerySet construction.
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__ = '20250113.1-post'
+__version__ = '20250113.2'
 
 DISTINFO = {
     'keywords': ["python3"],

          
A => release/cs.djutils-20250113.2/CHANGES.txt +1 -0
@@ 0,0 1,1 @@ 
+lib/python/cs/djutils.py: cs.djutils: model_batches_qs: bugfix second and following QuerySet construction

          
A => release/cs.djutils-20250113.2/SUMMARY.txt +1 -0
@@ 0,0 1,1 @@ 
+model_batches_qs: bugfix second and following QuerySet construction.