From a56dfcde162305b25ba8609d84f4540865277b44 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 14 Dec 2024 21:57:10 +0000 Subject: [PATCH] 5.3.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 20 ++++++++++++++++++++ cefi/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac4857..d52e52c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # CHANGELOG +## v5.3.5 (2024-12-14) + +### Other + +- Merge pull request #553 from mraniki/dev + ([`50e6d6f`](https://github.com/mraniki/cefi/commit/50e6d6fe2b3095502efda2ef174a5acd9d3a6d0e)) + +⬆️ 🤖 - You never have to change anything you got up in the middle of the night + +- Merge pull request #552 from mraniki/renovate/pytest-asyncio-0.x + ([`7def266`](https://github.com/mraniki/cefi/commit/7def266589c12fe28a6b46760e5afb9e7aa12a9f)) + +⬆️ 🛠️(deps): update dependency pytest-asyncio to ^0.25.0 + +### ⬆️ + +- ⬆️ 🛠️(deps): update dependency pytest-asyncio to ^0.25.0 + ([`738f9b6`](https://github.com/mraniki/cefi/commit/738f9b647802d303bdd39a772bc8ec39de06ac60)) + + ## v5.3.4 (2024-11-30) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index c6029a7..80cc25f 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.3.4" +__version__ = "5.3.5" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index 89c2dd2..8b7f3c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "5.3.4" +version = "5.3.5" 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"