Skip to content

Commit d9b7238

Browse files
committed
[version] new version: 1.20.2
1 parent 3d65c76 commit d9b7238

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@ Changelog
33

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

6+
### 1.12.2 (2023-06-02)
7+
8+
- [server] improve continue/stop handling
9+
10+
611
### 1.12.1 (2023-06-02)
712

813
- [api] fix downloading media content-type
914

15+
1016
### 1.12.0 (2023-06-02)
1117

1218
- [client] adding official support for async (limited support for now)
1319

20+
1421
### 1.19.0-rc.3 (2024-05-23)
1522

1623
- [api] fix uploads

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.1"
12+
__version__ = "1.20.2"
1313
__author__ = "David Lev"
1414
__license__ = "MIT"

0 commit comments

Comments
 (0)