From 4d7839f6ea57f092efad0adbcc339d649dff3ebb Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 7 Aug 2023 08:10:38 +0000 Subject: [PATCH] 4.8.17 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- tt/utils.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc43aee5..63bcd0694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v4.8.17 (2023-08-07) + +### Fix + +* 📝 rtd docs update ([`fbf7372`](https://github.com/mraniki/tt/commit/fbf7372bf8ad2ed414c37030a3c16dbc128cdab5)) +* 📝 ([`422fd16`](https://github.com/mraniki/tt/commit/422fd1664af9923e8053d5f38216192b670d9d1d)) +* Update Requirements ([`17223fe`](https://github.com/mraniki/tt/commit/17223fed32ca00e481a768c98dd247c36fc1734c)) + ## v4.8.16 (2023-08-07) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 986994290..8c5244155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "tt" -version = "4.8.16" +version = "4.8.17" 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 629bebc04..9e400b8ce 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "4.8.16" +__version__ = "4.8.17" import asyncio