Skip to content

Commit 7e4a399

Browse files
author
semantic-release
committed
10.3.119
Automatically generated by python-semantic-release
1 parent 1ff3782 commit 7e4a399

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# CHANGELOG
22

33

4+
## v10.3.119 (2025-03-06)
5+
6+
### Other
7+
8+
- Merge pull request #2136 from mraniki/dev
9+
([`1ff3782`](https://github.com/mraniki/tt/commit/1ff3782ed36201254d0555a2303c5920737570ea))
10+
11+
⬆️ 🤖 - This is the first age thats paid much attention to the future which is a
12+
13+
### ⬆️
14+
15+
- ⬆️ 🛠️(deps): update dependency iamlistening to v5.3.41
16+
([#2134](https://github.com/mraniki/tt/pull/2134),
17+
[`b2ac691`](https://github.com/mraniki/tt/commit/b2ac6917e44995be142fe6c94c5fb58743187ef0))
18+
19+
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
20+
21+
- ⬆️ 🛠️(deps): update dependency myllm to v4.13.50
22+
([#2135](https://github.com/mraniki/tt/pull/2135),
23+
[`50760c9`](https://github.com/mraniki/tt/commit/50760c979b2fea640495efe1c5b3a586541f81f1))
24+
25+
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
26+
27+
428
## v10.3.118 (2025-03-04)
529

630
### Other

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ packages = [
3939
{include = "tt"}
4040
]
4141
readme = "README.md"
42-
version = "10.3.118"
42+
version = "10.3.119"
4343

4444
[tool.poetry.dependencies]
4545
python = "^3.10"

tt/utils/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
"""
55

6-
__version__ = "10.3.118"
6+
__version__ = "10.3.119"
77

88

99
import aiohttp

0 commit comments

Comments
 (0)