From 94c005dd35387732691834ce3ebcf5e59567dc05 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 Jan 2024 08:57:25 +0000 Subject: [PATCH] 6.7.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- tt/utils.py | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 168ab5533..a9e6b48c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v6.7.4 (2024-01-23) + +### Other + +* Merge pull request #1171 from mraniki/dev + +⬆️ 🤖 - While you recently had your problems on the run theyve regrouped and ([`06853cb`](https://github.com/mraniki/tt/commit/06853cbcf4b0a787c913773c32c3d3284c97a91d)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency uvicorn to ^0.27.0 ([`53b710d`](https://github.com/mraniki/tt/commit/53b710dc15495f7e78bf4a1a6aee913b31af4e4c)) + +* ⬆️ 🛠️(deps): update dependency cefi to v3.2.42 ([`a8f1883`](https://github.com/mraniki/tt/commit/a8f1883700c1c3dc9e69bfb3ea403d0b4154d23d)) + + ## v6.7.3 (2024-01-20) ### Other diff --git a/pyproject.toml b/pyproject.toml index 34297aa86..3d37cbb61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "6.7.3" +version = "6.7.4" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index 7c198eb9c..3267959d4 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "6.7.3" +__version__ = "6.7.4" import asyncio