From 008e5d51141fcfbd72b21d24ca410ac8b6c90851 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Feb 2024 06:57:31 +0000 Subject: [PATCH] 6.7.47 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- tt/utils.py | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed44d1a8..3740ed670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v6.7.47 (2024-02-19) + +### Other + +* Merge pull request #1263 from mraniki/dev + +⬆️ 🤖 - You are dishonest but never to the point of hurting a friend ([`93125f1`](https://github.com/mraniki/tt/commit/93125f1e355eafeb4700bd84ee5d0e3cb88cfab8)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency myllm to v4.1.2 ([`3c15733`](https://github.com/mraniki/tt/commit/3c1573305394d79915785530204015e3be30bb13)) + +* ⬆️ 🛠️(deps): update dependency cefi to v3.3.17 ([`d80a495`](https://github.com/mraniki/tt/commit/d80a4958a45b573710ed049ef467d58da784fd5c)) + + ## v6.7.46 (2024-02-17) ### Other diff --git a/pyproject.toml b/pyproject.toml index 5816bc850..16f94faeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "6.7.46" +version = "6.7.47" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index 6e2902426..4f849ca2c 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "6.7.46" +__version__ = "6.7.47" import asyncio