Skip to content

Commit

Permalink
6.7.39
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 11, 2024
1 parent 7644b77 commit 519e44b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@



## v6.7.39 (2024-02-11)

### :recycle:

* :recycle: Refactor plugin manager and update talky settings ([`6e975b3`](https://github.com/mraniki/tt/commit/6e975b3948615cf1d7f0d629404b8032b5af96c0))

### Other

* Merge pull request #1245 from mraniki/dev

⬆️ 🤖 - You have the body of a year old Please return it before it gets wrinkled ([`7644b77`](https://github.com/mraniki/tt/commit/7644b7787fc5980573ba773ce733e04996478874))

* Merge pull request #1244 from mraniki/dev

⬆️ 🤖 - Q Whats a lightyear ([`14ff964`](https://github.com/mraniki/tt/commit/14ff96420ff93c62f50234d8af9ea854b7bf186e))

* Refactor exchange plugin classes and add should_handle_timeframe method

Adding trading control to only specific days and hours ([`60e9aee`](https://github.com/mraniki/tt/commit/60e9aee98631935338061bb48c47158bd159b719))

### Update

* Update plugin_manager.py and talky_settings.toml files ([`d27c1d1`](https://github.com/mraniki/tt/commit/d27c1d11145828ad7096a951bade7fbf0e438c31))

### 🚑

* 🚑 ([`7a47b3f`](https://github.com/mraniki/tt/commit/7a47b3f4eea15c3ea76eddfe5cb854e1f526f67b))

### 🚨

* 🚨 ([`adc80aa`](https://github.com/mraniki/tt/commit/adc80aad33bb5e40914fb9cc9e0f29330e9c8feb))

* 🚨 ♻️ lint correct and adding settings for plugin_notify_cron_task for days, hours ([`259505d`](https://github.com/mraniki/tt/commit/259505d42e8e61da91108ff528dee62eb8566d67))


## v6.7.38 (2024-02-11)

### 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 = "6.7.38"
version = "6.7.39"

[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
@@ -1,7 +1,7 @@
"""
talky Utils
"""
__version__ = "6.7.38"
__version__ = "6.7.39"


import asyncio
Expand Down

0 comments on commit 519e44b

Please sign in to comment.