Skip to content

v1.0.2

Choose a tag to compare

@fgmacedo fgmacedo released this 13 Jan 01:01
· 182 commits to develop since this release

StateMachine 1.0.2

January 12, 2023

StateMachine 1.0.2 fixes a regression bug blocking the library usage on
Python 3.11.

Bugfixes

  • Fixes #316 a bad import of 'inspect.getargspec' that was removed on Python 3.11, still backward compatible with older versions.