Skip to content

Commit

Permalink
10.3.72
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 24, 2024
1 parent 90747a3 commit 5d646bf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# CHANGELOG


## v10.3.72 (2024-11-24)

### Other

* Merge pull request #1984 from mraniki/dev

⬆️ 🤖 - Tomorrow this will be part of the unchangeable past but fortunately ([`90747a3`](https://github.com/mraniki/tt/commit/90747a3e5f560645b62ffa70f1bf82275d144572))

### ⬆️

* ⬆️ 🛠️(deps): update dependency talkytrend to v3.3.12 (#1983)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`d567b17`](https://github.com/mraniki/tt/commit/d567b177b678c57021c88a3a9f3618b0256bd62f))

* ⬆️ 🛠️(deps): update dependency dxsp to v11.1.3 (#1980)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`dbd1453`](https://github.com/mraniki/tt/commit/dbd14535bc4ba053fe82011118e6784cd2e86069))

* ⬆️ 🛠️(deps): update dependency cefi to v5.3.3 (#1979)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`e11dafe`](https://github.com/mraniki/tt/commit/e11dafe856170e71f31af6dedd935b4601ddfa58))


## v10.3.71 (2024-11-23)

### 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 = "10.3.71"
version = "10.3.72"

[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__ = "10.3.71"
__version__ = "10.3.72"


import aiohttp
Expand Down

0 comments on commit 5d646bf

Please sign in to comment.