From 0ebe939cbfc1f7c0b2389abd6b90fd190e6766a1 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 3 Sep 2024 19:21:41 +0000 Subject: [PATCH] 10.3.15 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- tt/utils/version.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 271447bf1..fc71ecf50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## v10.3.15 (2024-09-03) + +### Other + +* Merge pull request #1820 from mraniki/dev + +⬆️ 🤖 - You will overcome the attacks of jealous associates ([`745b89c`](https://github.com/mraniki/tt/commit/745b89c79e4b729344cb66f05f94a52129d80cc3)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency apprise to v1.9.0 ([`904191b`](https://github.com/mraniki/tt/commit/904191bf023034f9c803ffc53fe24e3f1e1b08b2)) + +* ⬆️ 🛠️(deps): update dependency talkytrend to v3.2.0 ([`a82b4e3`](https://github.com/mraniki/tt/commit/a82b4e323377126843f0a4853ed9fe04f85caf37)) + ## v10.3.14 (2024-09-01) ### Other diff --git a/pyproject.toml b/pyproject.toml index 7e13b59d1..420697c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "10.3.14" +version = "10.3.15" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils/version.py b/tt/utils/version.py index 609d7bbea..afceb7721 100644 --- a/tt/utils/version.py +++ b/tt/utils/version.py @@ -3,7 +3,7 @@ """ -__version__ = "10.3.14" +__version__ = "10.3.15" import aiohttp