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 cf28ca3 commit d1f7ac7Copy full SHA for d1f7ac7
CHANGELOG.md
@@ -3,6 +3,11 @@ Changelog
3
4
NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
5
6
+### 1.18.1 (2024-05-05)
7
+
8
+- [client] fix document filename
9
10
11
### 1.18.0 (2024-05-02)
12
13
- [client] allow to modify token and remove handlers/callbacks
pywa/__init__.py
@@ -9,6 +9,6 @@
from pywa.client import WhatsApp
from pywa.utils import Version
-__version__ = "1.18.0"
+__version__ = "1.18.1"
__author__ = "David Lev"
14
__license__ = "MIT"
0 commit comments