Skip to content

Commit

Permalink
7.2.21
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 8, 2024
1 parent 10702c9 commit ebc207f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## v7.2.21 (2024-04-08)

### Other

* Merge pull request #1434 from mraniki/dev

⚡ update cex_exchange_plugin.py and dex_exchange_plugin.py ([`10702c9`](https://github.com/mraniki/tt/commit/10702c9edefe94f9215ade1f6efec00d476016eb))

### ♻️

* ♻️ update talky_settings.toml and utils.py ([`c23c101`](https://github.com/mraniki/tt/commit/c23c101e82cdf281c4a2731d14b0e92bfa8c53ec))

### ⚡

* ⚡ update cex_exchange_plugin.py and dex_exchange_plugin.py ([`a2dd1b6`](https://github.com/mraniki/tt/commit/a2dd1b6de112352c37a0b294e667203703c1e418))

### ⬆️

* ⬆️ build(deps): update pyproject.toml ([`2edafe8`](https://github.com/mraniki/tt/commit/2edafe8481ac9ad1768f81a0cb9ed6b3b0cbf782))


## v7.2.20 (2024-04-08)

### 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.20"
version = "7.2.21"

[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.20"
__version__ = "7.2.21"


import asyncio
Expand Down

0 comments on commit ebc207f

Please sign in to comment.