Skip to content

Commit

Permalink
[version] new version! 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Jan 11, 2025
1 parent bea0daa commit 81027da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
### 2.5.2 (2025-01-07) **Latest**
### 2.6.0 (2025-01-11) **Latest**

- [base_update] adding `shared_data` to help sharing context between handlers & filters
- [flows] adding `FlowStr` - A helper class to create strings containing vars and math expressions without escaping and quoting them


### 2.5.2 (2025-01-07)

- [handlers] sub-handlers ignoring flow requests with errors when `call_on_error` set to False
- [handlers] fix `WhatsApp.on_flow_request` on class level to mark the `FlowRequestHandler` instance
Expand Down
2 changes: 1 addition & 1 deletion pywa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from pywa.client import WhatsApp
from pywa.utils import Version

__version__ = "2.5.2"
__version__ = "2.6.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 81027da

Please sign in to comment.