Skip to content

Commit fa1f6b9

Browse files
committed
[version 1.9.0] New version!
1 parent 2a4c00d commit fa1f6b9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Changelog
33

44
NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
55

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+
612
### 1.8.0 (2023-10-20)
713

814
- [webhook] allow to register callback url by @david-lev in #18

pywa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
from pywa.client import WhatsApp
99

10-
__version__ = "1.8.0"
10+
__version__ = "1.9.0"
1111
__author__ = "David Lev"
1212
__license__ = "MIT"

0 commit comments

Comments
 (0)