Skip to content

Commit

Permalink
6.7.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 23, 2024
1 parent 06853cb commit 94c005d
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 @@



## v6.7.4 (2024-01-23)

### Other

* Merge pull request #1171 from mraniki/dev

⬆️ 🤖 - While you recently had your problems on the run theyve regrouped and ([`06853cb`](https://github.com/mraniki/tt/commit/06853cbcf4b0a787c913773c32c3d3284c97a91d))

### ⬆️

* ⬆️ 🛠️(deps): update dependency uvicorn to ^0.27.0 ([`53b710d`](https://github.com/mraniki/tt/commit/53b710dc15495f7e78bf4a1a6aee913b31af4e4c))

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


## v6.7.3 (2024-01-20)

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

[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.7.3"
__version__ = "6.7.4"


import asyncio
Expand Down

0 comments on commit 94c005d

Please sign in to comment.