We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4c00d commit fa1f6b9Copy full SHA for fa1f6b9
CHANGELOG.md
@@ -3,6 +3,12 @@ Changelog
3
4
NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
5
6
+### 1.9.0 (2023-10-25)
7
+
8
+- [handlers] add `StopHandling` to raise if you want to stop handling the update
9
+- [errors] include `requests.Response` with all api errors
10
+- [client] mark `keyboard` argument in `.send_message` as deprecated. use `buttons` instead
11
12
### 1.8.0 (2023-10-20)
13
14
- [webhook] allow to register callback url by @david-lev in #18
pywa/__init__.py
@@ -7,6 +7,6 @@
from pywa.client import WhatsApp
-__version__ = "1.8.0"
+__version__ = "1.9.0"
__author__ = "David Lev"
__license__ = "MIT"
0 commit comments