Skip to content

Commit

Permalink
[version] new version! 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yehuda-lev committed Nov 7, 2024
1 parent 1ca21af commit 1088681
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
### 2.0.3 (2024-11-02) **Latest**
### 2.0.4 (2024-11-08) **Latest**

- [client] fix `reply_to_message`

### 2.0.3 (2024-11-02)

- [client] override `_flow_req_cls`
- [handlers] descriptive repr for `Handler`
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.0.3"
__version__ = "2.0.4"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 1088681

Please sign in to comment.