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# StateChart 3.1.2
22
3- * Not released yet *
3+ * May 18, 2026 *
44
55## Bug fixes in 3.1.2
66
Original file line number Diff line number Diff line change 88
99__author__ = """Fernando Macedo"""
1010__email__ = "fgmacedo@gmail.com"
11- __version__ = "3.1.1 "
11+ __version__ = "3.1.2 "
1212
1313__all__ = [
1414 "StateChart" ,
Original file line number Diff line number Diff line change 55msgstr ""
66"Project-Id-Version : 3.1.1\n "
77"Report-Msgid-Bugs-To : fgmacedo@gmail.com\n "
8- "POT-Creation-Date : 2026-05-15 12:08 -0300\n "
8+ "POT-Creation-Date : 2026-05-18 16:16 -0300\n "
99"PO-Revision-Date : 2026-02-24 14:31-0300\n "
1010"Last-Translator : Fernando Macedo <fgmacedo@gmail.com>\n "
1111"Language : en\n "
@@ -21,7 +21,7 @@ msgstr ""
2121msgid "Did not found name '{}' from model or statemachine"
2222msgstr "Did not found name '{}' from model or statemachine"
2323
24- #: statemachine/configuration.py:121
24+ #: statemachine/configuration.py:129
2525msgid ""
2626"There's no current state set. In async code, did you activate the initial"
2727" state? (e.g., `await sm.activate_initial_state()`)"
Original file line number Diff line number Diff line change 55msgstr ""
66"Project-Id-Version : 3.1.1\n "
77"Report-Msgid-Bugs-To : fgmacedo@gmail.com\n "
8- "POT-Creation-Date : 2026-05-15 12:08 -0300\n "
8+ "POT-Creation-Date : 2026-05-18 16:16 -0300\n "
99"PO-Revision-Date : 2024-06-07 17:41-0300\n "
1010"Last-Translator : Fernando Macedo <fgmacedo@gmail.com>\n "
1111"Language : hi_IN\n "
@@ -21,7 +21,7 @@ msgstr ""
2121msgid "Did not found name '{}' from model or statemachine"
2222msgstr "मॉडल या स्टेटमशीन में नाम '{}' नहीं मिला"
2323
24- #: statemachine/configuration.py:121
24+ #: statemachine/configuration.py:129
2525msgid ""
2626"There's no current state set. In async code, did you activate the initial"
2727" state? (e.g., `await sm.activate_initial_state()`)"
Original file line number Diff line number Diff line change 55msgstr ""
66"Project-Id-Version : 3.1.1\n "
77"Report-Msgid-Bugs-To : fgmacedo@gmail.com\n "
8- "POT-Creation-Date : 2026-05-15 12:08 -0300\n "
8+ "POT-Creation-Date : 2026-05-18 16:16 -0300\n "
99"PO-Revision-Date : 2024-06-07 17:41-0300\n "
1010"Last-Translator : Fernando Macedo <fgmacedo@gmail.com>\n "
1111"Language : pt_BR\n "
@@ -21,7 +21,7 @@ msgstr ""
2121msgid "Did not found name '{}' from model or statemachine"
2222msgstr "Nome '{}' não encontrado no modelo ou na máquina de estados"
2323
24- #: statemachine/configuration.py:121
24+ #: statemachine/configuration.py:129
2525msgid ""
2626"There's no current state set. In async code, did you activate the initial"
2727" state? (e.g., `await sm.activate_initial_state()`)"
Original file line number Diff line number Diff line change 55msgstr ""
66"Project-Id-Version : 3.1.1\n "
77"Report-Msgid-Bugs-To : fgmacedo@gmail.com\n "
8- "POT-Creation-Date : 2026-05-15 12:08 -0300\n "
8+ "POT-Creation-Date : 2026-05-18 16:16 -0300\n "
99"PO-Revision-Date : 2024-06-07 17:41-0300\n "
1010"Last-Translator : Fernando Macedo <fgmacedo@gmail.com>\n "
1111"Language : zh_CN\n "
@@ -21,7 +21,7 @@ msgstr ""
2121msgid "Did not found name '{}' from model or statemachine"
2222msgstr "在模型或状态机中未找到名称 '{}'"
2323
24- #: statemachine/configuration.py:121
24+ #: statemachine/configuration.py:129
2525msgid ""
2626"There's no current state set. In async code, did you activate the initial"
2727" state? (e.g., `await sm.activate_initial_state()`)"
@@ -37,9 +37,7 @@ msgstr "无法解析布尔表达式 '{}'"
3737msgid ""
3838"Event() received a non-string 'id' ({cls_name}). To combine multiple "
3939"transitions under one event, use the | operator: t1 | t2."
40- msgstr ""
41- "Event() 接收到的 'id' 不是字符串 ({cls_name})。要将多个转换组合在同一个事件下,"
42- "请使用 | 运算符:t1 | t2。"
40+ msgstr "Event() 接收到的 'id' 不是字符串 ({cls_name})。要将多个转换组合在同一个事件下,请使用 | 运算符:t1 | t2。"
4341
4442#: statemachine/event.py:131
4543#, python-brace-format
You can’t perform that action at this time.
0 commit comments