File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # StateMachine 2.3.6
2+
3+ * September 11, 2024*
4+
5+
6+ ## Bugfixes in 2.3.6
7+
8+ - Fixes [ #474 ] ( https://github.com/fgmacedo/python-statemachine/issues/474 ) install with extra was not working to install ` pydot ` .
9+ - Fixes [ #480 ] ( https://github.com/fgmacedo/python-statemachine/issues/480 ) error when trying to trigger an event inside the initial callback.
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Below are release notes through StateMachine and its patch releases.
1515``` {toctree}
1616:maxdepth: 2
1717
18+ 2.3.6
18192.3.5
19202.3.4
20212.3.3
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-statemachine"
3- version = " 2.3.5 "
3+ version = " 2.3.6 "
44description = " Python Finite State Machines made easy."
55authors = [" Fernando Macedo <fgmacedo@gmail.com>" ]
66maintainers = [
Original file line number Diff line number Diff line change 33
44__author__ = """Fernando Macedo"""
55__email__ = "fgmacedo@gmail.com"
6- __version__ = "2.3.5 "
6+ __version__ = "2.3.6 "
77
88__all__ = ["StateMachine" , "State" ]
You can’t perform that action at this time.
0 commit comments