diff --git a/CHANGELOG.md b/CHANGELOG.md index 778a26f2b..b244dbcb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## v6.5.2 (2023-10-18) + +### Other + +* Merge pull request #969 from mraniki/dev + +👷 CI Change ([`b80a3ee`](https://github.com/mraniki/tt/commit/b80a3ee78f2267aaedb51d7f1f69ff02323b373f)) + +### Update + +* Update Requirements ([`7549442`](https://github.com/mraniki/tt/commit/75494420ac77e735748f919ed1c5a872bdb183c4)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency iamlistening to v4.2.17 ([`32c9749`](https://github.com/mraniki/tt/commit/32c9749a1e39ff3b1a32bbcdae08df6b9360f6f5)) + +### 👷 + +* 👷 CI Change ([`49442e4`](https://github.com/mraniki/tt/commit/49442e4f6d69cffc6f36e87f5d5fbbb496f3586d)) + + ## v6.5.1 (2023-10-18) ### Other diff --git a/pyproject.toml b/pyproject.toml index 96dfce1fa..0a9c44d6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "6.5.1" +version = "6.5.2" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index a5a0ad6ff..c48128396 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "6.5.1" +__version__ = "6.5.2" import asyncio