Skip to content

Commit

Permalink
7.2.54
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 6, 2024
1 parent f128e86 commit 0b21dbc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v7.2.54 (2024-05-06)

### Other

* Merge pull request #1525 from mraniki/dev

⬆️ 🤖 - Stay the curse ([`f128e86`](https://github.com/mraniki/tt/commit/f128e863bd6fd914f2ecf5d1e8037a5a945b803b))

### ⬆️

* ⬆️ 🛠️(deps): update dependency iamlistening to v5.1.15 ([`5e696ed`](https://github.com/mraniki/tt/commit/5e696edfa3ecdef4b6c62f640d6d209079979885))


## v7.2.53 (2024-05-05)

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

[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.53"
__version__ = "7.2.54"


import asyncio
Expand Down

0 comments on commit 0b21dbc

Please sign in to comment.