From efe6a67266716cb7e9d726dc560b2d13365f2910 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 13 Jun 2024 04:27:40 +0000 Subject: [PATCH] 7.2.81 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 092a85ab4..f9090baaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v7.2.81 (2024-06-13) + +### Other + +* Merge pull request #1604 from mraniki/dev + +⬆️ 🤖 - That secret youve been guarding isnt ([`a20b4df`](https://github.com/mraniki/tt/commit/a20b4df8dc642e13cc7337f0aeba031d0a629777)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency iamlistening to v5.2.2 ([`6dd4fca`](https://github.com/mraniki/tt/commit/6dd4fcab4cd26e03397e284cc979bdf1dc3a4af4)) + + ## v7.2.80 (2024-06-12) ### Other diff --git a/pyproject.toml b/pyproject.toml index 4355af075..ebf7d58ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "7.2.80" +version = "7.2.81" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index 402d34844..f44e544ed 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -12,7 +12,7 @@ """ -__version__ = "7.2.80" +__version__ = "7.2.81" import asyncio