Skip to content

Commit

Permalink
[version] hot fix: 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Jan 2, 2025
1 parent 84df2d5 commit 85aa7f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

> NOTE: pywa follows the [semver](https://semver.org/) versioning standard.
### 2.5.0 (2025-01-02) **Latest**
### 2.5.1 (2025-01-02) **Latest**

- [project] hot fix to include missing files in the package

### 2.5.0 (2025-01-02)

- [handlers] adding `on_init`, `on_data_exchange` and `on_back` decorators for flow request callback wrapper
- [flows] `FlowRequest.respond` defaults to request flow token
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = {file = "README.md", content-type = "text/markdown"}
dependencies = {file = "requirements.txt"}

[tool.setuptools.packages.find]
include = ["pywa", "pywa_async"]
include = ["pywa*"]

[project]
name = "pywa"
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.5.0"
__version__ = "2.5.1"
__author__ = "David Lev"
__license__ = "MIT"

0 comments on commit 85aa7f8

Please sign in to comment.