From 9d476fd051bf8fa3a0a11afd13c86aacfd131579 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 1 Mar 2024 05:28:36 +0000 Subject: [PATCH] 7.0.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- tt/utils.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cdd41d57..f8bb0397f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v7.0.3 (2024-03-01) + +### Other + +* Merge pull request #1306 from mraniki/dev + +⬆️ 🤖 - Dont look now but the man in the moon is laughing at you ([`b5462b5`](https://github.com/mraniki/tt/commit/b5462b592d1bdd44732f2bc9231ff26fb50be454)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency ruff to ^0.3.0 ([`8202edd`](https://github.com/mraniki/tt/commit/8202eddd098eb134e13255cb30d7e6ba24450910)) + +* ⬆️ 🛠️(deps): update dependency myllm to v4.4.4 ([`5260813`](https://github.com/mraniki/tt/commit/5260813c49fc404f77387bfeded7f0c1f56c391b)) + +* ⬆️ 🛠️(deps): update dependency cefi to v3.3.23 ([`cf82914`](https://github.com/mraniki/tt/commit/cf82914332db918b31b94036f2173be4c31f67ea)) + + ## v7.0.2 (2024-02-29) ### Other diff --git a/pyproject.toml b/pyproject.toml index 8be9e4642..c6d7793ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "7.0.2" +version = "7.0.3" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index e534cbb34..5b3137233 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "7.0.2" +__version__ = "7.0.3" import asyncio