Skip to content

Commit

Permalink
[version 1.9.0] New version!
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Oct 25, 2023
1 parent 2a4c00d commit fa1f6b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog

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

### 1.9.0 (2023-10-25)

- [handlers] add `StopHandling` to raise if you want to stop handling the update
- [errors] include `requests.Response` with all api errors
- [client] mark `keyboard` argument in `.send_message` as deprecated. use `buttons` instead

### 1.8.0 (2023-10-20)

- [webhook] allow to register callback url by @david-lev in #18
Expand Down
2 changes: 1 addition & 1 deletion pywa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

from pywa.client import WhatsApp

__version__ = "1.8.0"
__version__ = "1.9.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit fa1f6b9

Please sign in to comment.