From b2cdeaf10ed818818d23c061f933d95d709ea344 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 15 Jan 2025 16:19:31 +0000 Subject: [PATCH] 10.3.94 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 bc76eff02..a28ac4bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # CHANGELOG +## v10.3.94 (2025-01-15) + +### Other + +- Merge pull request #2064 from mraniki/dev + ([`3f61f4a`](https://github.com/mraniki/tt/commit/3f61f4a86656c90b7a3dfb2b210b0d4a9e6802f2)) + +⬆️ 🤖 - In the Spring I have counted different kinds of weather inside of + +### ⬆️ + +- ⬆️ 🛠️(deps): update dependency myllm to v4.13.30 + ([#2063](https://github.com/mraniki/tt/pull/2063), + [`fee8d6a`](https://github.com/mraniki/tt/commit/fee8d6af3e76fd45abf40633002493c9abecaf17)) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> + + ## v10.3.93 (2025-01-14) ### Other diff --git a/pyproject.toml b/pyproject.toml index 9853abfee..3dd7cfb2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "10.3.93" +version = "10.3.94" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils/version.py b/tt/utils/version.py index ca16898d3..f00fe6f35 100644 --- a/tt/utils/version.py +++ b/tt/utils/version.py @@ -3,7 +3,7 @@ """ -__version__ = "10.3.93" +__version__ = "10.3.94" import aiohttp