From 7063fef0bd04076aa1f033c1a30241a0a204e836 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 18 Oct 2023 13:38:04 +0000 Subject: [PATCH] 6.5.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 b244dbcb2..c761113cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v6.5.3 (2023-10-18) + +### Other + +* Merge pull request #970 from mraniki/dev + +👷 CI Change ([`541d845`](https://github.com/mraniki/tt/commit/541d845d3970fc561dcd59aeb26ae04ac50868e3)) + +* Merge branch 'main' into dev ([`f3861be`](https://github.com/mraniki/tt/commit/f3861be4cbe9a1225dabfe2ef9e29ec9ad8febb4)) + + ## v6.5.2 (2023-10-18) ### Other @@ -20,6 +31,8 @@ ### 👷 +* 👷 CI Change ([`55677c4`](https://github.com/mraniki/tt/commit/55677c494068639ef5b3ba0e4d421e08342c03ef)) + * 👷 CI Change ([`49442e4`](https://github.com/mraniki/tt/commit/49442e4f6d69cffc6f36e87f5d5fbbb496f3586d)) diff --git a/pyproject.toml b/pyproject.toml index 0a9c44d6b..12fd1adee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ packages = [ {include = "tt"} ] readme = "README.md" -version = "6.5.2" +version = "6.5.3" [tool.poetry.dependencies] python = "^3.10" diff --git a/tt/utils.py b/tt/utils.py index c48128396..7038198ee 100644 --- a/tt/utils.py +++ b/tt/utils.py @@ -1,7 +1,7 @@ """ talky Utils """ -__version__ = "6.5.2" +__version__ = "6.5.3" import asyncio