Skip to content

Commit

Permalink
9.3.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 1, 2024
1 parent 114748d commit 03ee983
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v9.3.5 (2024-07-01)

### Other

* Merge pull request #1665 from mraniki/dev

⬆️ 🤖 - Suspicion always haunts the guilty mind ([`114748d`](https://github.com/mraniki/tt/commit/114748d65565e7366fcd6dffad4e06c3d38074f3))

### ⬆️

* ⬆️ 🛠️(deps): update dependency myllm to v4.10.4 ([`c08194b`](https://github.com/mraniki/tt/commit/c08194ba207c98d76e4397811df6de0b7dc5a5df))

## v9.3.4 (2024-06-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 = "9.3.4"
version = "9.3.5"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down
2 changes: 1 addition & 1 deletion tt/utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = "9.3.4"
__version__ = "9.3.5"


import aiohttp
Expand Down

0 comments on commit 03ee983

Please sign in to comment.