Skip to content

Commit

Permalink
6.6.18
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 19, 2023
1 parent f3b512d commit 05af8ba
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## v6.6.18 (2023-12-19)

### Other

* Merge pull request #1083 from mraniki/dev

⬆️ 🤖 - Another good night not to sleep in a eucalyptus tree ([`f3b512d`](https://github.com/mraniki/tt/commit/f3b512d39e0c542a14c6bb419d6f3d1094dd85df))

### Update

* Update README.md ([`0875cad`](https://github.com/mraniki/tt/commit/0875cad8aa508c99ca99baffa96bdab838ade8b3))

### ⬆️

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

* ⬆️ 🛠️(deps): update dependency iamlistening to v4.2.30 ([`0f6bea7`](https://github.com/mraniki/tt/commit/0f6bea765f78fc7df2547ccbbc4ee1fa734a93ec))

* ⬆️ 🛠️(deps): update dependency cefi to v3.2.22 ([`c0f96c2`](https://github.com/mraniki/tt/commit/c0f96c2c5d4a8bd59b798be6a20ea6f2ad962c58))


## v6.6.17 (2023-12-17)

### Other
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.17"
version = "6.6.18"

[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.17"
__version__ = "6.6.18"


import asyncio
Expand Down

0 comments on commit 05af8ba

Please sign in to comment.