From ffee18e670c2fce1da4635dbf55a32fcd4a6957f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 8 Sep 2024 18:11:01 +0000 Subject: [PATCH 1/2] 4.11.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++++++++ cefi/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f15e3b3..0037b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v4.11.2 (2024-09-08) + +### Other + +* Merge pull request #509 from mraniki/dev + +Update README.md with more detailed information about supported platf… ([`1772de5`](https://github.com/mraniki/cefi/commit/1772de57ab97b8e37e9eaf773ea57cba74c95fd8)) + +### Update + +* Update README.md with more detailed information about supported platforms. ([`3a94f78`](https://github.com/mraniki/cefi/commit/3a94f784f769eb77847cee0e3e69415edb5c5886)) + ## v4.11.1 (2024-08-26) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index 23d50e2..2353524 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.11.1" +__version__ = "4.11.2" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index 2bc347a..3c4463b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "4.11.1" +version = "4.11.2" 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" From 83db1ca6ca1038a94daeea85ee5443d76c658067 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 8 Sep 2024 18:58:13 +0000 Subject: [PATCH 2/2] 4.11.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 ++++++++++++++++++++++ cefi/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0037b95..6cbfbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # CHANGELOG +## v4.11.3 (2024-09-08) + +### :rotating_light: + +* :rotating_light: ([`ec21013`](https://github.com/mraniki/cefi/commit/ec21013e01ce85abcdcdcb14f6bc3e0511f5168f)) + +### Other + +* Merge pull request #510 from mraniki/dev + +Dev ([`63b5c0b`](https://github.com/mraniki/cefi/commit/63b5c0b88ed43238b4fd2a3c9cebeefa3a0dfcbd)) + +* Refactor client initialization in handler classes. ([`fd5cf23`](https://github.com/mraniki/cefi/commit/fd5cf235962ff836a2bc7b890a9eeacdd38599a6)) + +### Update + +* Update supported centralized trading platforms in README.md ([`356a928`](https://github.com/mraniki/cefi/commit/356a928b508dd0264788453e75d2f41aa92df4aa)) + +* Update README with changes to trading platforms section. ([`189916a`](https://github.com/mraniki/cefi/commit/189916a8269469c996d370e41d1eff42dbd90bd3)) + +* Update IbHandler import and add placeholder class. ([`b07658a`](https://github.com/mraniki/cefi/commit/b07658a8400b5b2751c2142891cb5433654a5bab)) + ## v4.11.2 (2024-09-08) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index 2353524..4992300 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.11.2" +__version__ = "4.11.3" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index 3c4463b..a06f905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "4.11.2" +version = "4.11.3" 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"