Skip to content

Commit

Permalink
6.5.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 18, 2023
1 parent b80a3ee commit 2e89dbc
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.5.2 (2023-10-18)

### Other

* Merge pull request #969 from mraniki/dev

👷 CI Change ([`b80a3ee`](https://github.com/mraniki/tt/commit/b80a3ee78f2267aaedb51d7f1f69ff02323b373f))

### Update

* Update Requirements ([`7549442`](https://github.com/mraniki/tt/commit/75494420ac77e735748f919ed1c5a872bdb183c4))

### ⬆️

* ⬆️ 🛠️(deps): update dependency iamlistening to v4.2.17 ([`32c9749`](https://github.com/mraniki/tt/commit/32c9749a1e39ff3b1a32bbcdae08df6b9360f6f5))

### 👷

* 👷 CI Change ([`49442e4`](https://github.com/mraniki/tt/commit/49442e4f6d69cffc6f36e87f5d5fbbb496f3586d))


## v6.5.1 (2023-10-18)

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

[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.5.1"
__version__ = "6.5.2"


import asyncio
Expand Down

0 comments on commit 2e89dbc

Please sign in to comment.