From 523d5d49a3a0b5c1593e169b92eaf61e8a76bf17 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 27 Mar 2024 19:46:02 +0000 Subject: [PATCH] 7.1.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 23 +++++++++++++++++++++++ pyproject.toml | 2 +- tt/utils.py | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cde90672d..f69973936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ +## v7.1.7 (2024-03-27) + +### Other + +* Merge pull request #1388 from mraniki/dev + +⬆️ 🛠️(deps): update dependency iamlistening to v5.1.0 ([`529d242`](https://github.com/mraniki/tt/commit/529d2421d26697ced0136f1798671084a5d5ea90)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency iamlistening to v5.1.0 ([`bedeee2`](https://github.com/mraniki/tt/commit/bedeee247aa5da0074ec754d7adce62a1c571d49)) + +### 🔊 + +* 🔊 Adding log for trading control visibility ([`410f511`](https://github.com/mraniki/tt/commit/410f51198589d832a6ac00375586f40037db5e88)) + +### 🔧 + +* 🔧 ([`af0dccc`](https://github.com/mraniki/tt/commit/af0dccc46ed6ee788116ad1f052ef2aa6dc80511)) + +* 🔧 update ([`c93c325`](https://github.com/mraniki/tt/commit/c93c325349013349018dbb9c6257610a4b298305)) + + ## v7.1.6 (2024-03-27) ### Other diff --git a/pyproject.toml b/pyproject.toml index fbe621f9d..69493c1ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "7.1.6" +version = "7.1.7" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index 77446b1b2..3a1f8bd71 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "7.1.6" +__version__ = "7.1.7" import asyncio