Skip to content

Commit

Permalink
6.6.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 25, 2023
1 parent 5630d56 commit f630765
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@



## v6.6.5 (2023-10-25)

### Other

* Merge pull request #1002 from mraniki/dev

⬆️ 🤖 - Auto Release ([`5630d56`](https://github.com/mraniki/tt/commit/5630d56678d59dc198b1d75187494a9b32bbc25a))

* Auto ([`891cb17`](https://github.com/mraniki/tt/commit/891cb17bb9182f88f24813176be686e155ee25c8))

* Merge branch 'main' into dev ([`7740491`](https://github.com/mraniki/tt/commit/77404917648208acb5a6d34f997d0dae5c7fe8c0))

### Update

* Update Requirements ([`f5316f2`](https://github.com/mraniki/tt/commit/f5316f25dfcd97a28edd003b573f5d7fd733723a))

* Update Requirements ([`efa7aad`](https://github.com/mraniki/tt/commit/efa7aad831c73b18851fc3e7dd938b2c71d4380b))

* Update Requirements ([`de233bb`](https://github.com/mraniki/tt/commit/de233bb890313ac022d3b391b5181d620a255780))

* Update Requirements ([`2614aae`](https://github.com/mraniki/tt/commit/2614aaec8fc056a85bc0fb7a01b1129d1dc7c015))

### ⬆️

* ⬆️ 🛠️(deps): update dependency cefi to v3.2.8 ([`566bc21`](https://github.com/mraniki/tt/commit/566bc213d88183fb4f9578f0b1848d2b16b1207c))

* ⬆️ 🛠️(deps): update dependency talkytrend to v1.15.5 ([`ffa0824`](https://github.com/mraniki/tt/commit/ffa0824166e7bee79f4e2486894cb89f6f3a4183))

* ⬆️ 🛠️(deps): update dependency myllm to v3.1.50 ([`edf2e9d`](https://github.com/mraniki/tt/commit/edf2e9d9da5511fdb8c3028836f12b861fd091b5))

* ⬆️ 🛠️(deps): update dependency iamlistening to v4.2.20 ([`522888a`](https://github.com/mraniki/tt/commit/522888ab6bd5067dc300457be198dc5790cc1870))


## v6.6.4 (2023-10-25)

### Other
Expand All @@ -10,6 +43,8 @@

### Update

* Update Requirements ([`3c2f844`](https://github.com/mraniki/tt/commit/3c2f8445f9bfc1d683a0dd80834973599189d3b0))

* Update Requirements ([`8be8d90`](https://github.com/mraniki/tt/commit/8be8d904ff96c1904861daa9bac1c1358942d481))

* Update Requirements ([`23bdefd`](https://github.com/mraniki/tt/commit/23bdefd3f509a8700b1012a5ab6abcb8c2a23a4c))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ packages = [
{include = "tt"}
]
readme = "README.md"
version = "6.6.4"
version = "6.6.5"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down
2 changes: 1 addition & 1 deletion tt/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
talky Utils
"""
__version__ = "6.6.4"
__version__ = "6.6.5"


import asyncio
Expand Down

0 comments on commit f630765

Please sign in to comment.