File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# StateMachine 2.3.2
22
3- * Not released yet *
3+ * July 01, 2024 *
44
55## What's new in 2.3.2
66
77Observers are now rebranded to {ref}` listeners ` . With expanted support for adding listeners when
8- instantiating a state machine. This allows covering more use cases.
8+ instantiating a state machine. This allows covering more use cases. We also improved the async support.
99
1010### Improved async support
1111
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-statemachine"
3- version = " 2.3.1 "
3+ version = " 2.3.2 "
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.1 "
6+ __version__ = "2.3.2 "
77
88__all__ = ["StateMachine" , "State" ]
You can’t perform that action at this time.
0 commit comments