From 9f4b47b7772ae7ac0f770314361b65de6b7f397b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 4 May 2024 15:36:26 +0000 Subject: [PATCH] 7.2.52 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- tt/utils.py | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be8be469..708350e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## v7.2.52 (2024-05-04) + +### :art: + +* :art: Refactor trading status message in HelperPlugin ([`9af7e9c`](https://github.com/mraniki/tt/commit/9af7e9cf60dbdfee9e1cf845198c574a996ded7d)) + +### Other + +* Merge pull request #1521 from mraniki/dev + +⬆️ 🤖 - Celebrate Hannibal Day this year Take an elephant to lunch ([`6347405`](https://github.com/mraniki/tt/commit/6347405448ecfb4f4c83f316e75aac9f5ca80517)) + +### Update + +* Update trading status message with info icon. ([`69db9ed`](https://github.com/mraniki/tt/commit/69db9ed5c5f39c6c6a9ea24d0c5e75f80268bd9f)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency myllm to v4.8.19 ([`2e28814`](https://github.com/mraniki/tt/commit/2e28814b2a8de5df0c43e05501c218519a05bfd7)) + + ## v7.2.51 (2024-05-03) ### Other diff --git a/pyproject.toml b/pyproject.toml index ca6392d4d..75737c01a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "7.2.51" +version = "7.2.52" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index 2be58e2a0..2e03f9e46 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -12,7 +12,7 @@ """ -__version__ = "7.2.51" +__version__ = "7.2.52" import asyncio