Skip to content

Commit

Permalink
4.4.17
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 8, 2024
1 parent 526918a commit b424cf0
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.4.17 (2024-04-08)

### Other

* Merge pull request #438 from mraniki/dev

♻️ update capitalcom.py with api waiting time between call ([`526918a`](https://github.com/mraniki/cefi/commit/526918a0eca655fc443f6e84eb4b5faeb083ace7))

### ♻️

* ♻️ update capitalcom.py with api waiting time between call ([`bb9f899`](https://github.com/mraniki/cefi/commit/bb9f899c0bd49b5a456d5a705c42001ab6a5928d))

### 🎨

* 🎨 update capitalcom.py ([`694bb53`](https://github.com/mraniki/cefi/commit/694bb53544ffa5c8a4ba7dacf7877b24bdea0503))


## v4.4.16 (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.16"
__version__ = "4.4.17"

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.16"
version = "4.4.17"
description = "A python library, to interact with Crypto Exchanges (CCXT library) and brokers (IB & Capital.com)"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -155,6 +155,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit b424cf0

Please sign in to comment.