Skip to content

Commit 81027da

Browse files
committed
[version] new version! 2.6.0
1 parent bea0daa commit 81027da

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
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

pywa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from pywa.client import WhatsApp
1010
from pywa.utils import Version
1111

12-
__version__ = "2.5.2"
12+
__version__ = "2.6.0"
1313
__author__ = "David Lev"
1414
__license__ = "MIT"

0 commit comments

Comments
 (0)