Skip to content

Commit

Permalink
[version] new version! 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Nov 2, 2024
1 parent 28fa83e commit 9759465
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@

> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
### 2.0.3 (2024-11-02) **Latest**

### 2.0.2 (2024-10-30) **Latest**
- [client] override `_flow_req_cls`
- [handlers] descriptive repr for `Handler`


### 2.0.2 (2024-10-30)

- [server] rely on update hash instead of update id to avid duplicate updates

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__ = "2.0.2"
__version__ = "2.0.3"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 9759465

Please sign in to comment.