# HG changeset patch # User Cameron Simpson # Date 1736737921 -39600 # Mon Jan 13 14:12:01 2025 +1100 # Node ID 8c0b3a5ee50a4ea14c9598442883843191b32ebc # Parent 028b975bbd06045c1d2ff99dae7d8565cb1c4c90 Release information for cs.djutils-20250113.1. Summary: model_batches_qs: new exclude=dict and filter=dict optional parameters to filter before the slice. 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-post' +__version__ = '20250113.1' DISTINFO = { 'keywords': ["python3"], diff --git a/release/cs.djutils-20250113.1/CHANGES.txt b/release/cs.djutils-20250113.1/CHANGES.txt new file mode 100644 --- /dev/null +++ b/release/cs.djutils-20250113.1/CHANGES.txt @@ -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 diff --git a/release/cs.djutils-20250113.1/SUMMARY.txt b/release/cs.djutils-20250113.1/SUMMARY.txt new file mode 100644 --- /dev/null +++ b/release/cs.djutils-20250113.1/SUMMARY.txt @@ -0,0 +1,1 @@ +model_batches_qs: new exclude=dict and filter=dict optional parameters to filter before the slice.