Skip to content

Commit

Permalink
1.4.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 5, 2023
1 parent 3a6ca54 commit 04ba2e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v1.4.6 (2023-05-05)
### Fix
* 💬Update pyproject.toml ([`0967ce6`](https://github.com/mraniki/tt/commit/0967ce6e379bd797a46350c2b133ef2d970b68a2))

### Other
* Merge pull request #320 from mraniki/dev ([`3a6ca54`](https://github.com/mraniki/tt/commit/3a6ca54186bfb4231145f5f08e0d80f020bc7792))
* Merge pull request #319 from mraniki/dev ([`d08de8e`](https://github.com/mraniki/tt/commit/d08de8e4ee883fb97774466015288f92057a4e9c))
* Delete renovate.json ([`f3f1740`](https://github.com/mraniki/tt/commit/f3f17400dbc63160cd67cb6c44746c2bed56e16f))
* 🎨 Update requirements.txt ([`3d2025b`](https://github.com/mraniki/tt/commit/3d2025b46fe65b4c70783f932831c98fdb7cc93b))

## v1.4.5 (2023-05-05)
### Fix
* ⚡️ docker flow update ([`6ca331a`](https://github.com/mraniki/tt/commit/6ca331ac2f378aada29f5ee8e04686d33bb33041))
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.4.5"
version = "1.4.6"
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,7 +1,7 @@
"""
TalkyTrader 🪙🗿
"""
__version__ = "1.4.5"
__version__ = "1.4.6"

import os
import sys
Expand Down

0 comments on commit 04ba2e7

Please sign in to comment.