From 20ddcf55903f52c87d2fba056fda4f06b314169c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 2 Jan 2025 12:20:45 +0000 Subject: [PATCH] 10.3.87 Automatically generated by python-semantic-release --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- tt/utils/version.py | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1734f14..b96ccc59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # CHANGELOG +## v10.3.87 (2025-01-02) + +### Other + +- Merge pull request #2035 from mraniki/dev + ([`3e33311`](https://github.com/mraniki/tt/commit/3e333115966e89f76622c9ace94b0531f93415dc)) + +⬆️ 🤖 - You will attract cultured and artistic people to your home + +### ⬆️ + +- ⬆️ 🛠️(deps): update dependency myllm to v4.13.24 + ([#2034](https://github.com/mraniki/tt/pull/2034), + [`2b952dc`](https://github.com/mraniki/tt/commit/2b952dce614a4000584e0c74d133cf74494535e0)) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> + + ## v10.3.86 (2025-01-01) ### Other diff --git a/pyproject.toml b/pyproject.toml index f4ec8f738..ec4ecdcf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "10.3.86" +version = "10.3.87" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils/version.py b/tt/utils/version.py index e536dcf57..a1406d62f 100644 --- a/tt/utils/version.py +++ b/tt/utils/version.py @@ -3,7 +3,7 @@ """ -__version__ = "10.3.86" +__version__ = "10.3.87" import aiohttp