From 2fc79c6e593ce94a51c8749841eb10dbe125cba5 Mon Sep 17 00:00:00 2001 From: yehuda-lev <94082865+yehuda-lev@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:01:23 +0200 Subject: [PATCH] [version] new version! 2.0.5 --- CHANGELOG.md | 6 +++++- pywa/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc76355a..c9253428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/pywa/__init__.py b/pywa/__init__.py index 1a88a5a0..97173a60 100644 --- a/pywa/__init__.py +++ b/pywa/__init__.py @@ -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"