Skip to content

Commit d1f7ac7

Browse files
committed
[version] New version: 1.18.1
1 parent cf28ca3 commit d1f7ac7

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.18.1 (2024-05-05)
7+
8+
- [client] fix document filename
9+
10+
611
### 1.18.0 (2024-05-02)
712

813
- [client] allow to modify token and remove handlers/callbacks

pywa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from pywa.client import WhatsApp
1010
from pywa.utils import Version
1111

12-
__version__ = "1.18.0"
12+
__version__ = "1.18.1"
1313
__author__ = "David Lev"
1414
__license__ = "MIT"

0 commit comments

Comments
 (0)