Skip to content

Commit

Permalink
7.2.35
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 15, 2024
1 parent 50ee9f2 commit b3a626d
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.35 (2024-04-15)

### Other

* Merge pull request #1457 from mraniki/dev

⬆️ 🤖 - all the modern inconveniences ([`50ee9f2`](https://github.com/mraniki/tt/commit/50ee9f29e8182e39d735653ecf2e656a071988b6))

### ⬆️

* ⬆️ 🛠️(deps): update dependency myllm to v4.8.5 ([`1ddaa1b`](https://github.com/mraniki/tt/commit/1ddaa1b5566041940acab5b0a64885df78e89945))


## v7.2.34 (2024-04-14)

### 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.34"
version = "7.2.35"

[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.34"
__version__ = "7.2.35"


import asyncio
Expand Down

0 comments on commit b3a626d

Please sign in to comment.