Skip to content

Commit

Permalink
[version] new version! 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yehuda-lev committed Nov 10, 2024
1 parent 0053941 commit 2fc79c6
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.4 (2024-11-08) **Latest**
### 2.0.5 (2024-11-10) **Latest**

- [client] fix `send_template` return type `SentMessage`

### 2.0.4 (2024-11-08)

- [client] fix `reply_to_message`

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.4"
__version__ = "2.0.5"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 2fc79c6

Please sign in to comment.