diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1949d7..f15f5c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cefi/__init__.py b/cefi/__init__.py index 79e6f428..43984e7d 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.4.16" +__version__ = "4.4.17" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index d2334ae8..6201ea77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" @@ -155,6 +155,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] @@ -255,6 +256,7 @@ pytest-loguru = "^0.4.0" + [tool.poetry.group.docs]