Skip to content

Commit

Permalink
7.2.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 30, 2024
1 parent 4607d0f commit 35b6f2e
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.8 (2024-03-30)

### Other

* Merge pull request #1409 from mraniki/dev

⬆️ 🤖 - Dont get to bragging ([`4607d0f`](https://github.com/mraniki/tt/commit/4607d0ff7232bddb96e33a9294aa772381bcc11f))

### ⬆️

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

* ⬆️ 🛠️(deps): update dependency dxsp to v9.0.5 ([`3f0e548`](https://github.com/mraniki/tt/commit/3f0e548bb4e66e591170b4607727422ad6d557bf))


## v7.2.7 (2024-03-29)

### 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.7"
version = "7.2.8"

[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 @@ -2,7 +2,7 @@
talky Utils
"""

__version__ = "7.2.7"
__version__ = "7.2.8"


import asyncio
Expand Down

0 comments on commit 35b6f2e

Please sign in to comment.