Skip to content

Commit

Permalink
10.3.37
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 4, 2024
1 parent de17643 commit 49e3fd6
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

## v10.3.37 (2024-10-04)

### Other

* Merge pull request #1883 from mraniki/dev

🐳 ([`de17643`](https://github.com/mraniki/tt/commit/de17643eb8ac3985b066ffcefb403055b421759a))

### 🐳

* 🐳 ([`b82eae1`](https://github.com/mraniki/tt/commit/b82eae1f081289ca92a1d629596fa5f03e2064a8))

## v10.3.36 (2024-10-04)

### 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.36"
version = "10.3.37"

[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.36"
__version__ = "10.3.37"


import aiohttp
Expand Down

0 comments on commit 49e3fd6

Please sign in to comment.