Skip to content

Commit

Permalink
4.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 28, 2024
1 parent 8f9b904 commit def61d1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v4.7.0 (2024-04-28)

### Other

* Merge pull request #464 from mraniki/dev

🥚 update capitalcom.py Modify parameters SL / TP of a position. Modi… ([`8f9b904`](https://github.com/mraniki/cefi/commit/8f9b904d670b820525b30c4a98bfa8748b0bcf84))

### 🐛

* 🐛 ([`7a96e73`](https://github.com/mraniki/cefi/commit/7a96e7329e7e9cc62c86055644efbc6eb36070b5))

### 🥚

* 🥚 update capitalcom.py Modify parameters SL / TP of a position. Modify parameters such as SL / TP of a position that is opened. No capability to modify amount to reduce size ([`364af98`](https://github.com/mraniki/cefi/commit/364af98c6a12fd55d0ea2bb86a0f7c2f1bc869e4))


## v4.6.9 (2024-04-27)

### 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.6.9"
__version__ = "4.7.0"

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.6.9"
version = "4.7.0"
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 @@ -170,6 +170,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit def61d1

Please sign in to comment.