diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d1248a1..22346b40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v6.7.6 (2024-01-25) + +### Other + +* Merge pull request #1176 from mraniki/dev + +⬆️ 🤖 - Beware of lowflying butterflies ([`51688be`](https://github.com/mraniki/tt/commit/51688be4f029fad009f5c1071e619ab01c34cdf2)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency cefi to v3.2.44 ([`bce46a8`](https://github.com/mraniki/tt/commit/bce46a89abda83363a6a95fe551b496a92e96d0a)) + + ## v6.7.5 (2024-01-24) ### Other diff --git a/pyproject.toml b/pyproject.toml index 36e470687..88adb2a1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "6.7.5" +version = "6.7.6" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index ba1e2c531..0474603f7 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "6.7.5" +__version__ = "6.7.6" import asyncio