Skip to content

Commit b6c3413

Browse files
committed
[version] new version: 1.21.0
1 parent a3a1df5 commit b6c3413

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,28 @@ Changelog
33

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

6-
### 1.12.2 (2023-06-02)
6+
### 1.21.0 (2023-06-14)
7+
8+
- [flows] added new components `PhotoPicker`, `DocumentPicker`, `If` and `Switch`
9+
- [flows] added `.data_key_of` and `.form_ref_of` to refer from other screens
10+
- [flows] added `description` to `CheckboxGroup` and to `RadioButtonsGroup`
11+
- [utils] adding `flow_request_media_decryptor` function to decrypt medias from flow requests
12+
- [client] allow updating flow application id with `update_flow_metadata`
13+
- [server] remove event loop
14+
- [docs] update examples
15+
- [version] bump `FLOW_JSON` version to `4.0`
16+
17+
### 1.20.2 (2023-06-02)
718

819
- [server] improve continue/stop handling
920

1021

11-
### 1.12.1 (2023-06-02)
22+
### 1.20.1 (2023-06-02)
1223

1324
- [api] fix downloading media content-type
1425

1526

16-
### 1.12.0 (2023-06-02)
27+
### 1.20.0 (2023-06-02)
1728

1829
- [client] adding official support for async (limited support for now)
1930

pywa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from pywa.client import WhatsApp
1010
from pywa.utils import Version
1111

12-
__version__ = "1.20.2"
12+
__version__ = "1.21.0"
1313
__author__ = "David Lev"
1414
__license__ = "MIT"

0 commit comments

Comments
 (0)