From d811e9d7a968fff86c8d643d7effccbdde416bc7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 5 Aug 2023 19:56:06 +0000 Subject: [PATCH] 4.8.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- tt/utils.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e162b977..9405b7727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v4.8.6 (2023-08-05) + +### Fix + +* ♻️ ([`7c8492d`](https://github.com/mraniki/tt/commit/7c8492d245272654348dec060b6225586788f555)) +* 🔧 ([`ebd3fbf`](https://github.com/mraniki/tt/commit/ebd3fbf2c0d0c40f8edf3e94f16b93fef2c2f8d9)) +* 🚑 uvi ([`a1a8848`](https://github.com/mraniki/tt/commit/a1a88489142806a2bdb66146fa4ea977e43c2348)) +* 💬 ([`da0d259`](https://github.com/mraniki/tt/commit/da0d259393f54ebf4360ff3c2fa55c8ca32f4c7a)) + ## v4.8.5 (2023-08-05) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 1f59d0324..8f575c4e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "tt" -version = "4.8.5" +version = "4.8.6" description = "Connect CEX & DEX across multi messaging platforms with plugin support." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" diff --git a/tt/utils.py b/tt/utils.py index dc01b4368..8f939bc61 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "4.8.5" +__version__ = "4.8.6" import asyncio