diff --git a/CHANGELOG.md b/CHANGELOG.md index af5f0f6a6..0e6e1030b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v6.4.52 (2023-10-13) + +### Other + +* Merge pull request #943 from mraniki/dev + +Update pyproject.toml with DXSP V6 ([`94be856`](https://github.com/mraniki/tt/commit/94be856cfdeb691f7555bdc64a4433dd63999818)) + +### Update + +* Update pyproject.toml with DXSP V6 ([`707f538`](https://github.com/mraniki/tt/commit/707f538a91c10524cb4d1b48add4857d37692460)) + +### ♻️ + +* ♻️ ([`4341978`](https://github.com/mraniki/tt/commit/434197806edd4728ccdd85109f04af2b26b09eef)) + + ## v6.4.51 (2023-10-12) ### Other diff --git a/pyproject.toml b/pyproject.toml index 8bb737c4d..e410af114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "6.4.51" +version = "6.4.52" [tool.poetry.dependencies] python = "^3.10" @@ -52,7 +52,7 @@ ping3 = "^4.0.4" talkytrend = "1.15.2" iamlistening = "4.2.13" findmyorder = "1.9.1" -dxsp = "5.2.11" +dxsp = "6.0.0" cefi = "3.1.6" myllm = "3.1.25" diff --git a/tt/utils.py b/tt/utils.py index 800ce1740..1f7fcebeb 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "6.4.51" +__version__ = "6.4.52" import asyncio