Release information for cs.taskqueue-20250120.
Summary:
BaseTask.__init__: accept the state as positional or keyword.
M lib/python/cs/taskqueue.py +1 -1
@@ 26,7 26,7 @@ from cs.seq import Seq, unrepeated
 from cs.threads import bg as bg_thread, locked, ThreadState, HasThreadState
 from cs.typingutils import subtype
 
-__version__ = '20240423-post'
+__version__ = '20250120'
 
 DISTINFO = {
     'keywords': ["python3"],

          
A => release/cs.taskqueue-20250120/CHANGES.txt +1 -0
@@ 0,0 1,1 @@ 
+lib/python/cs/taskqueue.py: cs.taskqueue: BaseTask.__init__: accept the state as positional or keyword

          
A => release/cs.taskqueue-20250120/SUMMARY.txt +1 -0
@@ 0,0 1,1 @@ 
+BaseTask.__init__: accept the state as positional or keyword.