diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb0ccb36..ed06eda3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v7.2.43 (2024-04-22) + +### Other + +* Merge pull request #1488 from mraniki/dev + +⬆️ 🤖 - You will soon forget this ([`ba5da96`](https://github.com/mraniki/tt/commit/ba5da96a650f5ae6d60d2ac3e480291f74343034)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency myllm to v4.8.11 ([`4f18abe`](https://github.com/mraniki/tt/commit/4f18abe13534d3e09c6a357bd144ab1c2722630a)) + + ## v7.2.42 (2024-04-21) ### Other diff --git a/pyproject.toml b/pyproject.toml index 6673c0c72..94e181d4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "7.2.42" +version = "7.2.43" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index efd8d7d00..47f47c926 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -12,7 +12,7 @@ """ -__version__ = "7.2.42" +__version__ = "7.2.43" import asyncio