Skip to content

Commit

Permalink
7.2.79
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 11, 2024
1 parent 2ae3a56 commit 6970908
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v7.2.79 (2024-06-11)

### Other

* Merge pull request #1599 from mraniki/dev

⬆️ 🤖 - Q What do you call blondes in a circle ([`2ae3a56`](https://github.com/mraniki/tt/commit/2ae3a56f6d8a5e200783cf218ae5bbdceebc45fb))

### ⬆️

* ⬆️ 🛠️(deps): update dependency iamlistening to v5.2.1 ([`dd05738`](https://github.com/mraniki/tt/commit/dd05738cee6e09bc680a9dc21f96de270150ba79))

* ⬆️ 🛠️(deps): update dependency myllm to v4.8.37 ([`7d6eb6e`](https://github.com/mraniki/tt/commit/7d6eb6e7b4cfa093596768af6fa28fe6d5930a57))


## v7.2.78 (2024-06-09)

### Other
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages = [
{include = "tt"}
]
readme = "README.md"
version = "7.2.78"
version = "7.2.79"

[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
Expand Up @@ -12,7 +12,7 @@
"""

__version__ = "7.2.78"
__version__ = "7.2.79"


import asyncio
Expand Down

0 comments on commit 6970908

Please sign in to comment.