Skip to content

Commit

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

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

### 1.13.0-rc.5 (2023-12-18)

- [flows] add supported types for Layout and Form `.children` and fix FlowPreview.expires_at
- [webhook] validate `cryptography` is installed when using the default flows decryptor/encryptor

### 1.13.0-rc.4 (2023-12-16)

- [client] expose `set_business_public_key`
Expand Down
2 changes: 1 addition & 1 deletion docs/source/content/flows/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
The ``Flows`` in pywa are still in beta and not fully tested.
Install the RC version of pywa to use it:

>>> pip3 install "pywa[cryptography]==1.13.0rc4"
>>> pip3 install "pywa[cryptography]==1.13.0rc5"

The ``cryptography`` extra is required for the default implementation of the decryption and encryption of the flow requests and responses.

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.4"
__version__ = "1.13.0-rc.5"
__author__ = "David Lev"
__license__ = "MIT"
1 change: 1 addition & 0 deletions pywa/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@
FlowJSON,
FlowActionType,
FlowStatus,
FlowCategory,
)

0 comments on commit 019e9bb

Please sign in to comment.