Skip to content

Commit

Permalink
6.7.10
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 27, 2024
1 parent 8d0444a commit 3724004
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 @@



## v6.7.10 (2024-01-27)

### Other

* Merge pull request #1188 from mraniki/dev

🩹 🔧 ([`8d0444a`](https://github.com/mraniki/tt/commit/8d0444a06f5917a79ad93089857c011e4caa0b51))

### 🔧

* 🩹 🔧 ([`f9f9764`](https://github.com/mraniki/tt/commit/f9f9764cde28b2fd0967e8e44de14c7684005ef5))


## v6.7.9 (2024-01-27)

### :fire:
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.9"
version = "6.7.10"

[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.9"
__version__ = "6.7.10"


import asyncio
Expand Down

0 comments on commit 3724004

Please sign in to comment.