From bf3b17de950977c18973876afa323111cc872ee9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Apr 2024 04:10:51 +0000 Subject: [PATCH] 4.6.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 17 +++++++++++++++++ cefi/__init__.py | 2 +- pyproject.toml | 4 +++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd0ba6f..bc5a05e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v4.6.7 (2024-04-24) + +### Other + +* Merge pull request #459 from mraniki/dev + +⬆️ 🤖 - You will be surrounded by luxury ([`85454a3`](https://github.com/mraniki/cefi/commit/85454a37e231cea6279653cd1f2c09a74b9192d6)) + +* Merge pull request #458 from mraniki/renovate/pytest-cov-5.x + +⬆️ 🛠️(deps): update dependency pytest-cov to v5 ([`1755fea`](https://github.com/mraniki/cefi/commit/1755fea34febfb90cbd5128be4460908d7171984)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency pytest-cov to v5 ([`988f865`](https://github.com/mraniki/cefi/commit/988f865044a9fbb48dce23f94fb03034d6af7a2e)) + + ## v4.6.6 (2024-04-20) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index 781392af..309b0008 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.6.6" +__version__ = "4.6.7" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index ec980ecc..a59f064c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "4.6.6" +version = "4.6.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" @@ -167,6 +167,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] @@ -279,6 +280,7 @@ pytest-loguru = "^0.4.0" + [tool.poetry.group.docs]