Skip to content

Commit

Permalink
[version] New RC version: 1.13.0-rc.1: Beta support for WhatsApp Flows
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Dec 14, 2023
1 parent 8e309ed commit 24a8efa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Changelog

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

### 1.13.0-rc.1 (2023-12-14)

- [flows] Adding beta support for [WhatsApp Flows](https://business.whatsapp.com/products/whatsapp-flows)!

### 1.12.1 (2023-11-29)

- [filters] adding new filter called `sent_to` to filter updates even if `WhatsApp(..., filter_updates=False)`
Expand Down
4 changes: 4 additions & 0 deletions docs/source/content/flows/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
WORK IN PROGRESS

The ``Flows`` in pywa are still in beta and not fully tested.
Install the RC version of pywa to use it:

>>> pip3 install pywa==1.13.0rc1

If you find any bugs or have any suggestions, please open an issue on `GitHub <https://github.com/david-lev/pywa/issues>`_.

The WhatsApp Flows are now the most exciting part of the WhatsApp Cloud API.
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.12.1"
__version__ = "1.13.0-rc.1"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 24a8efa

Please sign in to comment.