diff --git a/CHANGELOG.md b/CHANGELOG.md index f58c0a47a..19fa849ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v7.2.71 (2024-05-21) + +### Other + +* Merge pull request #1566 from mraniki/dev + +⬆️ 🤖 - Today is the tomorrow you worried about yesterday ([`0ec2b25`](https://github.com/mraniki/tt/commit/0ec2b25e6f31315a3c29d444c8302015622b766f)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency myllm to v4.8.30 ([`2a4bb9a`](https://github.com/mraniki/tt/commit/2a4bb9a625785f87574f6bdef657377950267ca2)) + + ## v7.2.70 (2024-05-20) ### Other diff --git a/pyproject.toml b/pyproject.toml index 6cca22504..1062abdd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "7.2.70" +version = "7.2.71" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index ba94ebcc4..c8feb75e7 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -12,7 +12,7 @@ """ -__version__ = "7.2.70" +__version__ = "7.2.71" import asyncio