Skip to content

Commit 1db8e22

Browse files
committed
[version] New version: 1.18.0
1 parent 3a77041 commit 1db8e22

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Changelog
33

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

6+
### 1.18.0 (2024-05-02)
7+
8+
- [client] allow to modify token and remove handlers/callbacks
9+
- [tests] test client methods
10+
11+
612
### 1.17.0 (2024-04-30)
713

814
- [client,message_status] Added param `tracker` to all send-message-methods in order to track the message status, allowing to pass `CallbackData` subclasses to`tracker` param

pywa/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
22
Python wrapper for the WhatsApp Cloud API.
3+
34
- GitHub: https://github.com/david-lev/pywa
45
- Docs: https://pywa.readthedocs.io/
56
- PyPI: https://pypi.org/project/pywa/
@@ -8,6 +9,6 @@
89
from pywa.client import WhatsApp
910
from pywa.utils import Version
1011

11-
__version__ = "1.17.0"
12+
__version__ = "1.18.0"
1213
__author__ = "David Lev"
1314
__license__ = "MIT"

0 commit comments

Comments
 (0)