Skip to content

Commit

Permalink
7.2.27
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 748702b commit a8a0bf9
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.27 (2024-04-08)

### Other

* Merge pull request #1440 from mraniki/dev

⚡ update cex_exchange_plugin.py ([`748702b`](https://github.com/mraniki/tt/commit/748702bd13ae5a6b69d959040a26a6abd8c8e092))

### ♻️

* ♻️ update config.py and utils.py ([`4e99043`](https://github.com/mraniki/tt/commit/4e9904345f081f31a0e8fa17817796135aa59125))

### ⚡

* ⚡ update cex_exchange_plugin.py ([`c7d9852`](https://github.com/mraniki/tt/commit/c7d985262ee19bcdf8f98b77870898352e36854f))

### ⬆️

* ⬆️ build(deps): update pyproject.toml ([`49034ff`](https://github.com/mraniki/tt/commit/49034ff398cce923b55534be0787f92e8a4f2ad6))


## v7.2.26 (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.26"
version = "7.2.27"

[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.26"
__version__ = "7.2.27"


import asyncio
Expand Down

0 comments on commit a8a0bf9

Please sign in to comment.