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 a581b28 commit 70bc4f3Copy full SHA for 70bc4f3
CHANGELOG.md
@@ -3,7 +3,7 @@ Changelog
3
4
NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
5
6
-### 1.16.1 (2024-02-15)
+### 1.16.2 (2024-02-15)
7
8
- [client] fix sending single contact
9
- [filters] prioritize `/` over `!` in `filters.command(...)` and `filters.is_command`
pywa/__init__.py
@@ -7,6 +7,6 @@
from pywa.client import WhatsApp
10
-__version__ = "1.16.1"
+__version__ = "1.16.2"
11
__author__ = "David Lev"
12
__license__ = "MIT"
0 commit comments