From 17a815721dcbec41550c55b98db23af6910e2948 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 3 Dec 2024 18:22:24 +0000 Subject: [PATCH] 10.3.78 Automatically generated by python-semantic-release --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- tt/utils/version.py | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f80672995..a77fd54e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # CHANGELOG +## v10.3.78 (2024-12-03) + +### Other + +- Merge pull request #2003 from mraniki/dev + ([`f96d41e`](https://github.com/mraniki/tt/commit/f96d41eeebf1a94af1b1270adc4d9251a2da76ec)) + +⬆️ 🤖 - It is so very hard to be an + +### ⬆️ + +- ⬆️ 🛠️(deps): update dependency myllm to v4.13.16 + ([#2000](https://github.com/mraniki/tt/pull/2000), + [`14008f7`](https://github.com/mraniki/tt/commit/14008f73f498ce18a3da76ca9187372e3c51ebfd)) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: + mraniki <8766259+mraniki@users.noreply.github.com> + +- ⬆️ 🛠️(deps): update dependency talkytrend to v3.3.14 + ([#2001](https://github.com/mraniki/tt/pull/2001), + [`6d003a5`](https://github.com/mraniki/tt/commit/6d003a570bfb2e61b8385425daca2e8611cabe12)) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> + + ## v10.3.77 (2024-12-01) ### Other diff --git a/pyproject.toml b/pyproject.toml index 7c829cbb8..14c2177bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "10.3.77" +version = "10.3.78" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils/version.py b/tt/utils/version.py index 67373ccaa..7de4ab710 100644 --- a/tt/utils/version.py +++ b/tt/utils/version.py @@ -3,7 +3,7 @@ """ -__version__ = "10.3.77" +__version__ = "10.3.78" import aiohttp