From eb41a37d2e514fea45d8a7ff8d7add257eed7d8d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 19 Apr 2024 08:43:34 +0000 Subject: [PATCH] 7.2.40 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- tt/utils.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e90c012b2..6e7759f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v7.2.40 (2024-04-19) + +### Other + +* Merge pull request #1480 from mraniki/dev + +⬆️ deps ([`f99294f`](https://github.com/mraniki/tt/commit/f99294f0f0e12f7a05aefe0d582ca2960ddcce2e)) + +### ⬆️ + +* ⬆️ deps ([`c1e433f`](https://github.com/mraniki/tt/commit/c1e433f809fe01e8b3c9ed706577d8245c8913ab)) + + ## v7.2.39 (2024-04-19) ### Other diff --git a/pyproject.toml b/pyproject.toml index cc5c79d6e..5c7378e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "7.2.39" +version = "7.2.40" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index 98ab789f1..272ef2acc 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -12,7 +12,7 @@ """ -__version__ = "7.2.39" +__version__ = "7.2.40" import asyncio