# HG changeset patch # User Cameron Simpson # Date 1736550834 -39600 # Sat Jan 11 10:13:54 2025 +1100 # Node ID 1165fdf4652f8df0c8ad4c9a02a837342c022e6b # Parent e516fae3a82a41b514101cd7361d78798fa67ecb Release information for cs.djutils-20250111.1. Summary: Documentation update. 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-post' +__version__ = '20250111.1' DISTINFO = { 'keywords': ["python3"], diff --git a/release/cs.djutils-20250111.1/CHANGES.txt b/release/cs.djutils-20250111.1/CHANGES.txt new file mode 100644 --- /dev/null +++ b/release/cs.djutils-20250111.1/CHANGES.txt @@ -0,0 +1,1 @@ +lib/python/cs/djutils.py: cs.djutils: docstring updates diff --git a/release/cs.djutils-20250111.1/SUMMARY.txt b/release/cs.djutils-20250111.1/SUMMARY.txt new file mode 100644 --- /dev/null +++ b/release/cs.djutils-20250111.1/SUMMARY.txt @@ -0,0 +1,1 @@ +Documentation update.