Skip to content

Commit

Permalink
[version] new rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed May 16, 2024
1 parent 7e9cb4e commit 3b36e83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog

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

### 1.19.0-rc.2 (2024-05-17)

- [client] adding `skip_duplicate_updates` when callbacks take too long to return (~25s), defaults to True
- [client,handlers] allow to override `continue_handling`
- [message] fix async constructors
- [api] remove `requests_toolbelt` from deps
- [handlers] fix dynamic field name when `factory_before_filters`


### 1.19.0-rc.1 (2024-05-08)

- [async] adding beta support for async!
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.19.0-rc.1"
__version__ = "1.19.0-rc.2"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 3b36e83

Please sign in to comment.