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 749c28b commit a9ce57eCopy full SHA for a9ce57e
CHANGELOG.md
@@ -3,6 +3,11 @@ Changelog
3
4
NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
5
6
+### 1.11.1 (2023-11-07)
7
+
8
+- [reaction] hot-fix for reaction when "unreacting" to a message
9
+- [filters] adding `.extensions(...)` filter for all media filters
10
11
### 1.11.0 (2023-11-01)
12
13
- [callback] adding support for `Optional[x]` annotation in `CallbackData` subclasses
pywa/__init__.py
@@ -7,6 +7,6 @@
from pywa.client import WhatsApp
-__version__ = "1.11.0"
+__version__ = "1.11.1"
__author__ = "David Lev"
__license__ = "MIT"
0 commit comments