From e130580a72d6e05db1476c10c9adb747ce0b47be Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 21 Jul 2024 11:05:39 +0000 Subject: [PATCH] 4.10.3 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 d42935e..df28f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v4.10.3 (2024-07-21) + +### Other + +* Merge pull request #491 from mraniki/dev + +⬆️ 🤖 - Your mode of life will be changed for the better because of good news soon ([`cd39507`](https://github.com/mraniki/cefi/commit/cd39507d99cfcefa45d29eb77d2c39d1cbd84d11)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency sphinx to v7.4.7 ([`29dde72`](https://github.com/mraniki/cefi/commit/29dde72727c4ff5ebad6d3a300aff9fb82e02d3c)) + ## v4.10.2 (2024-07-20) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index b5dbdcf..9357e6e 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.10.2" +__version__ = "4.10.3" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index d247bda..7888af2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "4.10.2" +version = "4.10.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"