Skip to content

Commit

Permalink
[version] New RC version: 1.13.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Dec 16, 2023
1 parent 19d2599 commit e48dcec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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-rc.4 (2023-12-16)

- [client] expose `set_business_public_key`
- [flows] adding `DataKey` and `FormRef` to use when building a `FlowJSON`
- [template] adding support to create and send template with `FlowButton`
- [errors] remove `FlowInvalidError` (Too broad error code)

### 1.13.0-rc.3 (2023-12-15)

- [errors] adding flows specific errors
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.0rc3"
>>> pip3 install "pywa[cryptography]==1.13.0rc4"

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.3"
__version__ = "1.13.0-rc.4"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit e48dcec

Please sign in to comment.