diff --git a/CHANGELOG.md b/CHANGELOG.md index 9681cf3..7fdea91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v5.3.7 (2025-01-12) + +### Other + +- Merge branch 'dev' of git@github.com:mraniki/cefi.git + ([`27c581c`](https://github.com/mraniki/cefi/commit/27c581c1f1d4d1fcac704a6dc5b8353c351ead54)) + +- Merge pull request #564 from mraniki/dev + ([`50f4d41`](https://github.com/mraniki/cefi/commit/50f4d414222208658dbb76db44882921d1551b01)) + +⬆️ 🤖 - Your lover will never wish to leave you + + ## v5.3.6 (2025-01-11) ### Other @@ -15,6 +28,11 @@ ⬆️ 🤖 - You have had a longterm stimulation relative to business +### Update + +- Update dependabot configuration file format + ([`9958525`](https://github.com/mraniki/cefi/commit/99585252a57c5dc9af98bfb66b06ad6361b95451)) + ### ⬆️ - ⬆️ 🛠️(deps): update dependency ruff to ^0.9.0 diff --git a/cefi/__init__.py b/cefi/__init__.py index a04ade8..19fb603 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.3.6" +__version__ = "5.3.7" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index 56b2de9..0219464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "5.3.6" +version = "5.3.7" 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"