diff --git a/CHANGELOG.md b/CHANGELOG.md index c942ead9e..4e7910881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v7.2.75 (2024-05-30) + +### Other + +* Merge pull request #1585 from mraniki/dev + +⬆️ 🤖 - You have had a longterm stimulation relative to business ([`96d44ee`](https://github.com/mraniki/tt/commit/96d44ee6a3b93bdaaf354dff0d4411af713f1fbc)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency myllm to v4.8.33 ([`1f3bec2`](https://github.com/mraniki/tt/commit/1f3bec2d00cdab1f2680171a8b9129b0284f4ed0)) + +* ⬆️ 🛠️(deps): update dependency uvicorn to ^0.30.0 ([`3c894ef`](https://github.com/mraniki/tt/commit/3c894ef1c10baaf22dc5cb9a672445c5089ae612)) + +* ⬆️ 🛠️(deps): update dependency dxsp to v10.2.10 ([`6869e64`](https://github.com/mraniki/tt/commit/6869e6481be16d1ca931e4d2052d19fe3dcf3335)) + + ## v7.2.74 (2024-05-27) ### Other diff --git a/pyproject.toml b/pyproject.toml index 6af3fcdf8..7b4c6c9eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "7.2.74" +version = "7.2.75" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index 55601b11a..734d7f10c 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -12,7 +12,7 @@ """ -__version__ = "7.2.74" +__version__ = "7.2.75" import asyncio