Skip to content

Commit

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

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

### 1.13.0 (2023-12-22)

- [flows] adding full support for [WhatsApp Flows](https://business.whatsapp.com/products/whatsapp-flows)!
- [client] adding `request_location` method to `WhatsApp` client
- [base_update] adding `.raw` attr to hold the original update
- [utils] adding `Version` to provide the latest versions to the api & flows, and to perform min checks

### 1.13.0-rc.6 (2023-12-20)

- [utils] adding `Version` to provide the latest versions to the api & flows, and to perform min checks
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.13.0-rc.6"
__version__ = "1.13.0"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 2dd404c

Please sign in to comment.