File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 33
44> NOTE: pywa follows the [ semver] ( https://semver.org/ ) versioning standard.
55
6- ### 2.5.2 (2025-01-07) ** Latest**
6+ ### 2.6.0 (2025-01-11) ** Latest**
7+
8+ - [ base_update] adding ` shared_data ` to help sharing context between handlers & filters
9+ - [ flows] adding ` FlowStr ` - A helper class to create strings containing vars and math expressions without escaping and quoting them
10+
11+
12+ ### 2.5.2 (2025-01-07)
713
814- [ handlers] sub-handlers ignoring flow requests with errors when ` call_on_error ` set to False
915- [ handlers] fix ` WhatsApp.on_flow_request ` on class level to mark the ` FlowRequestHandler ` instance
Original file line number Diff line number Diff line change 99from pywa .client import WhatsApp
1010from pywa .utils import Version
1111
12- __version__ = "2.5.2 "
12+ __version__ = "2.6.0 "
1313__author__ = "David Lev"
1414__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments