Skip to content

Commit 54f917b

Browse files
committed
chore: prepare release 3.1.2
Signed-off-by: Fernando Macedo <fgmacedo@gmail.com>
1 parent 6a51df9 commit 54f917b

6 files changed

Lines changed: 11 additions & 13 deletions

File tree

docs/releases/3.1.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# StateChart 3.1.2
22

3-
*Not released yet*
3+
*May 18, 2026*
44

55
## Bug fixes in 3.1.2
66

statemachine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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",

statemachine/locale/en/LC_MESSAGES/statemachine.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
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 ""
2121
msgid "Did not found name '{}' from model or statemachine"
2222
msgstr "Did not found name '{}' from model or statemachine"
2323

24-
#: statemachine/configuration.py:121
24+
#: statemachine/configuration.py:129
2525
msgid ""
2626
"There's no current state set. In async code, did you activate the initial"
2727
" state? (e.g., `await sm.activate_initial_state()`)"

statemachine/locale/hi_IN/LC_MESSAGES/statemachine.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
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 ""
2121
msgid "Did not found name '{}' from model or statemachine"
2222
msgstr "मॉडल या स्टेटमशीन में नाम '{}' नहीं मिला"
2323

24-
#: statemachine/configuration.py:121
24+
#: statemachine/configuration.py:129
2525
msgid ""
2626
"There's no current state set. In async code, did you activate the initial"
2727
" state? (e.g., `await sm.activate_initial_state()`)"

statemachine/locale/pt_BR/LC_MESSAGES/statemachine.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
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 ""
2121
msgid "Did not found name '{}' from model or statemachine"
2222
msgstr "Nome '{}' não encontrado no modelo ou na máquina de estados"
2323

24-
#: statemachine/configuration.py:121
24+
#: statemachine/configuration.py:129
2525
msgid ""
2626
"There's no current state set. In async code, did you activate the initial"
2727
" state? (e.g., `await sm.activate_initial_state()`)"

statemachine/locale/zh_CN/LC_MESSAGES/statemachine.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
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 ""
2121
msgid "Did not found name '{}' from model or statemachine"
2222
msgstr "在模型或状态机中未找到名称 '{}'"
2323

24-
#: statemachine/configuration.py:121
24+
#: statemachine/configuration.py:129
2525
msgid ""
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 "无法解析布尔表达式 '{}'"
3737
msgid ""
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

0 commit comments

Comments
 (0)