diff --git a/CHANGELOG.md b/CHANGELOG.md index abeca040e..928cdfe4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v7.0.16 (2024-03-18) + +### Other + +* Merge pull request #1343 from mraniki/dev + +⬆️ 🤖 - Good news Ten weeks from Friday will be a pretty good day ([`8c95659`](https://github.com/mraniki/tt/commit/8c956598b1a702218a3d61134f066e28b4143557)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency myllm to v4.4.11 ([`4305cad`](https://github.com/mraniki/tt/commit/4305cadc90545b3eadcb0297ebb9b4fc4ccc28e5)) + + ## v7.0.15 (2024-03-17) ### Other diff --git a/pyproject.toml b/pyproject.toml index f52aaef34..c57ca47c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "7.0.15" +version = "7.0.16" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index 233fea36d..eefa3f6ee 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "7.0.15" +__version__ = "7.0.16" import asyncio