From b48bb586dc2fc45c7cc4c9d5c9bb05198b1fcdb0 Mon Sep 17 00:00:00 2001 From: David Lev Date: Sun, 2 Jun 2024 01:00:03 +0300 Subject: [PATCH] [version] new version: 1.20.0 --- CHANGELOG.md | 4 ++++ pywa/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb1071..927f255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Changelog NOTE: pywa follows the [semver](https://semver.org/) versioning standard. +### 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 diff --git a/pywa/__init__.py b/pywa/__init__.py index fb328b3..ec5e975 100644 --- a/pywa/__init__.py +++ b/pywa/__init__.py @@ -9,6 +9,6 @@ from pywa.client import WhatsApp from pywa.utils import Version -__version__ = "1.19.0-rc.3" +__version__ = "1.20.0" __author__ = "David Lev" __license__ = "MIT"