From ffee18e670c2fce1da4635dbf55a32fcd4a6957f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 8 Sep 2024 18:11:01 +0000 Subject: [PATCH] 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"