We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d65c76 commit d9b7238Copy full SHA for d9b7238
CHANGELOG.md
@@ -3,14 +3,21 @@ Changelog
3
4
NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
5
6
+### 1.12.2 (2023-06-02)
7
+
8
+- [server] improve continue/stop handling
9
10
11
### 1.12.1 (2023-06-02)
12
13
- [api] fix downloading media content-type
14
15
16
### 1.12.0 (2023-06-02)
17
18
- [client] adding official support for async (limited support for now)
19
20
21
### 1.19.0-rc.3 (2024-05-23)
22
23
- [api] fix uploads
pywa/__init__.py
@@ -9,6 +9,6 @@
from pywa.client import WhatsApp
from pywa.utils import Version
-__version__ = "1.20.1"
+__version__ = "1.20.2"
__author__ = "David Lev"
__license__ = "MIT"
0 commit comments