Skip to content

Commit

Permalink
[version] new version: 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Jun 2, 2024
1 parent 3d65c76 commit d9b7238
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@ Changelog

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

### 1.12.2 (2023-06-02)

- [server] improve continue/stop handling


### 1.12.1 (2023-06-02)

- [api] fix downloading media content-type


### 1.12.0 (2023-06-02)

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


### 1.19.0-rc.3 (2024-05-23)

- [api] fix uploads
Expand Down
2 changes: 1 addition & 1 deletion pywa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit d9b7238

Please sign in to comment.