Skip to content

Commit a9ce57e

Browse files
committed
[version 1.11.1] New version!
1 parent 749c28b commit a9ce57e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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

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+
611
### 1.11.0 (2023-11-01)
712

813
- [callback] adding support for `Optional[x]` annotation in `CallbackData` subclasses

pywa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
from pywa.client import WhatsApp
99

10-
__version__ = "1.11.0"
10+
__version__ = "1.11.1"
1111
__author__ = "David Lev"
1212
__license__ = "MIT"

0 commit comments

Comments
 (0)