From 32ae86082cbaeefbb7f4dbbbff4bf6e99419d359 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 24 Oct 2023 02:30:45 +0000 Subject: [PATCH] 6.6.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- tt/utils.py | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5b47b7d..5a704ebec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v6.6.3 (2023-10-24) + +### Other + +* Merge pull request #994 from mraniki/dev + +⬆️ 🤖 - Auto Release ([`bf706fc`](https://github.com/mraniki/tt/commit/bf706fcb85d376b5886b527ad1029faa3e40ba55)) + +* Auto ([`660cdf3`](https://github.com/mraniki/tt/commit/660cdf342334e2c16ee4ca4ce1ebb64cfa71f1d1)) + +### Update + +* Update Requirements ([`b3b8a8e`](https://github.com/mraniki/tt/commit/b3b8a8e25c4c1f4985f4e0956ddc44b7d6cdd75e)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency myllm to v3.1.48 ([`5525347`](https://github.com/mraniki/tt/commit/5525347124bd43166607959a8cbf81bdcd205e8a)) + + ## v6.6.2 (2023-10-23) ### Other diff --git a/pyproject.toml b/pyproject.toml index 2244f8452..431b6d9d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "6.6.2" +version = "6.6.3" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index 55b78e9db..6d8480a78 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "6.6.2" +__version__ = "6.6.3" import asyncio