Skip to content

Commit

Permalink
[version 1.11.1] New version!
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Nov 6, 2023
1 parent 749c28b commit a9ce57e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

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

### 1.11.1 (2023-11-07)

- [reaction] hot-fix for reaction when "unreacting" to a message
- [filters] adding `.extensions(...)` filter for all media filters

### 1.11.0 (2023-11-01)

- [callback] adding support for `Optional[x]` annotation in `CallbackData` subclasses
Expand Down
2 changes: 1 addition & 1 deletion pywa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

from pywa.client import WhatsApp

__version__ = "1.11.0"
__version__ = "1.11.1"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit a9ce57e

Please sign in to comment.