From aa9c88600668d071764466741b1f44be0caf6dfc Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 20 Jan 2024 07:13:01 +0000 Subject: [PATCH] 6.7.3 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 9705a1d5e..168ab5533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v6.7.3 (2024-01-20) + +### Other + +* Merge pull request #1168 from mraniki/dev + +⬆️ 🤖 - You will live a long healthy happy life and make bags of money ([`98eed6a`](https://github.com/mraniki/tt/commit/98eed6a2c034bea7dbe913c491b31beee23edde3)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency cefi to v3.2.41 ([`ede0f6f`](https://github.com/mraniki/tt/commit/ede0f6f010ba8c530a45452731a01cd6983f8999)) + + ## v6.7.2 (2024-01-19) ### Other diff --git a/pyproject.toml b/pyproject.toml index 072d98cb9..afe8f0dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "6.7.2" +version = "6.7.3" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index b4a9d77ff..7c198eb9c 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "6.7.2" +__version__ = "6.7.3" import asyncio