Release information for cs.djutils-20250113.1.
Summary:
model_batches_qs: new exclude=dict and filter=dict optional parameters to filter before the slice.
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-post'
+__version__ = '20250113.1'
 
 DISTINFO = {
     'keywords': ["python3"],

          
A => release/cs.djutils-20250113.1/CHANGES.txt +1 -0
@@ 0,0 1,1 @@ 
+lib/python/cs/djutils.py: cs.djutils: model_batches_qs: new exclude=dict and filter=dict optional parameters to filter before the slice

          
A => release/cs.djutils-20250113.1/SUMMARY.txt +1 -0
@@ 0,0 1,1 @@ 
+model_batches_qs: new exclude=dict and filter=dict optional parameters to filter before the slice.