Skip to content

Commit

Permalink
[version] New version: 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Feb 15, 2024
1 parent a581b28 commit 70bc4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

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

### 1.16.1 (2024-02-15)
### 1.16.2 (2024-02-15)

- [client] fix sending single contact
- [filters] prioritize `/` over `!` in `filters.command(...)` and `filters.is_command`
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.16.1"
__version__ = "1.16.2"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 70bc4f3

Please sign in to comment.