Skip to content

Commit abf8bcb

Browse files
committed
Merge tag 'v2.3.4' into develop
*July 11, 2024* - Fixes [#465](#465) regression that caused exception when registering a listener with unbounded callbacks.
2 parents f6e37cd + 15d8e3b commit abf8bcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-statemachine"
3-
version = "2.3.3"
3+
version = "2.3.4"
44
description = "Python Finite State Machines made easy."
55
authors = ["Fernando Macedo <[email protected]>"]
66
maintainers = [

statemachine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
__author__ = """Fernando Macedo"""
55
__email__ = "[email protected]"
6-
__version__ = "2.3.3"
6+
__version__ = "2.3.4"
77

88
__all__ = ["StateMachine", "State"]

0 commit comments

Comments
 (0)