M lib/python/cs/fsm.py +1 -1
@@ 17,7 17,7 @@ from cs.lex import cutprefix, r
from cs.pfx import Pfx, pfx_call
from cs.seq import first
-__version__ = '20240721.1-post'
+__version__ = '20250120'
DISTINFO = {
'keywords': ["python3"],
A => release/cs.fsm-20250120/CHANGES.txt +2 -0
@@ 0,0 1,2 @@
+lib/python/cs/fsm.py: cs.fsm: FSM.callback: sanity check the state against self.FSM_TRANSITIONS
+lib/python/cs/fsm.py: cs.fsm: FSM: fix various sanity checks
A => release/cs.fsm-20250120/SUMMARY.txt +1 -0
@@ 0,0 1,1 @@
+Add some sanity checks on allowed state transitions, fix a check in add_callback.