From 82a4048197031fbd780e1681fe0ff7258672f901 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 21 Feb 2024 19:33:21 +0000 Subject: [PATCH] 6.7.48 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 3740ed670..6ac59d481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v6.7.48 (2024-02-21) + +### Other + +* Merge pull request #1266 from mraniki/dev + +⬆️ 🤖 - Be careful Is it classified ([`ee209de`](https://github.com/mraniki/tt/commit/ee209deb1356d27f7397434d625d75a96bc6a473)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency cefi to v3.3.18 ([`1c29105`](https://github.com/mraniki/tt/commit/1c29105e33900847ef74464e2175488045a0199d)) + +* ⬆️ 🛠️(deps): update dependency myllm to v4.1.3 ([`b43e013`](https://github.com/mraniki/tt/commit/b43e0132a9576cf2f251ff71d4fc1d4decd56add)) + + ## v6.7.47 (2024-02-19) ### Other diff --git a/pyproject.toml b/pyproject.toml index 9a72b66ec..4ea05bfcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "6.7.47" +version = "6.7.48" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index 4f849ca2c..a8c235780 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "6.7.47" +__version__ = "6.7.48" import asyncio