Skip to content

Commit

Permalink
4.4.18
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 9, 2024
1 parent f5fc30a commit 1923d0e
Show file tree
Hide file tree
Showing 3 changed files with 25 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 @@



## v4.4.18 (2024-04-09)

### Other

* Merge pull request #439 from mraniki/dev

🐛 update main.py submit_order return format ([`f5fc30a`](https://github.com/mraniki/cefi/commit/f5fc30a1d3857c6a0a57c71c512c06fc0a1c4cdc))

###

* ✅ Unit Test ([`b03718d`](https://github.com/mraniki/cefi/commit/b03718da73a652928a95ae923b2079519608d010))

### 🎨

* 🎨 update main.py ([`777c457`](https://github.com/mraniki/cefi/commit/777c457934a187d0a55c0bb13e33840797410ec9))

### 🐛

* 🐛 update main.py submit_order return format ([`185cc21`](https://github.com/mraniki/cefi/commit/185cc2112b9552f119ffab7f2c4e2f0b1541fdbc))


## v4.4.17 (2024-04-08)

### Other
Expand Down
2 changes: 1 addition & 1 deletion cefi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.4.17"
__version__ = "4.4.18"

from cefi.main import CexTrader

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cefi"
version = "4.4.17"
version = "4.4.18"
description = "A python library, to interact with Crypto Exchanges (CCXT library) and brokers (IB & Capital.com)"
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down Expand Up @@ -156,6 +156,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -257,6 +258,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit 1923d0e

Please sign in to comment.