Skip to content

Commit

Permalink
[version] New version: 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed May 5, 2024
1 parent cf28ca3 commit d1f7ac7
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.18.1 (2024-05-05)

- [client] fix document filename


### 1.18.0 (2024-05-02)

- [client] allow to modify token and remove handlers/callbacks
Expand Down
2 changes: 1 addition & 1 deletion pywa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from pywa.client import WhatsApp
from pywa.utils import Version

__version__ = "1.18.0"
__version__ = "1.18.1"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit d1f7ac7

Please sign in to comment.