Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 23, 2023
1 parent c7187f2 commit 23f8c94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v1.0.2 (2023-04-23)
### Fix
* Refactor findmyorder import in bot.py ([`632af9c`](https://github.com/mraniki/tt/commit/632af9c36907b1c036059b9f248083bcc15ed222))
* Add FastAPI and remove unused imports in bot.py ([`9f3c75b`](https://github.com/mraniki/tt/commit/9f3c75b62a560b5491b321bb3f44a573bcc9937a))
* Refactor bot.py to use findmyorder instead of ttp for order parsing. ([`ee46ab0`](https://github.com/mraniki/tt/commit/ee46ab0451761e09a99422e6cb883568847c26db))
* Refactor dependencies and import findmyorder module ([`466a403`](https://github.com/mraniki/tt/commit/466a4034096ed77e18698e001dc6a149b1665f4f))

## v1.0.1 (2023-04-20)
### Fix
* Actions ([`cfe5b29`](https://github.com/mraniki/tt/commit/cfe5b291de4254d1506271a47be44303102cad34))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tt"
version = "1.0.1"
version = "1.0.2"
description = "CEX & DEX integration with multi messaging platform support."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##========== TalkyTrader 🪙🗿 ========

__version__ = "1.0.1"
__version__ = "1.0.2"

##=============== import =============

Expand Down

0 comments on commit 23f8c94

Please sign in to comment.