From 958d438619c5df5a4de7005aac42a409ea75d4a1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 4 Feb 2024 19:29:46 +0000 Subject: [PATCH] 3.3.8 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ cefi/__init__.py | 2 +- pyproject.toml | 4 +++- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b5ba84..8248f9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v3.3.8 (2024-02-04) + +### Other + +* Merge pull request #319 from mraniki/dev + +⬆️ 🤖 - Tell the truth or trumpbut get the trick ([`afa5013`](https://github.com/mraniki/cefi/commit/afa50132278ce5cdf8ce179234991d8a48c0fd53)) + +* Merge pull request #316 from mraniki/renovate/ruff-0.x + +⬆️ 🛠️(deps): update dependency ruff to ^0.2.0 ([`dc8e64d`](https://github.com/mraniki/cefi/commit/dc8e64deef9e31c51575c9c6756e597352a14590)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency ccxt to v4.2.35 ([`453f426`](https://github.com/mraniki/cefi/commit/453f4269a32a5c6a2908ca4fc8228d50be8a924c)) + +* ⬆️ 🛠️(deps): update dependency ccxt to v4.2.34 ([`8c4d720`](https://github.com/mraniki/cefi/commit/8c4d720784e2f754eccc818875adce64b4d11a45)) + + ## v3.3.7 (2024-02-02) ### Other @@ -14,6 +33,8 @@ * ⬆️ 🛠️(deps): update dependency ccxt to v4.2.31 ([`321ba6e`](https://github.com/mraniki/cefi/commit/321ba6ee8d26ebb260dfa65dae360598354a0952)) +* ⬆️ 🛠️(deps): update dependency ruff to ^0.2.0 ([`9084437`](https://github.com/mraniki/cefi/commit/90844373049ba2171a6995949625276e2247079a)) + * ⬆️ 🛠️(deps): update dependency ccxt to v4.2.30 ([`da10a0c`](https://github.com/mraniki/cefi/commit/da10a0c3e308456aba9854e127ad71f17b652e2f)) diff --git a/cefi/__init__.py b/cefi/__init__.py index 510c31a0..59919bbf 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.3.7" +__version__ = "3.3.8" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index fb2142af..a70a2738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "3.3.7" +version = "3.3.8" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" @@ -88,6 +88,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] @@ -129,6 +130,7 @@ pytest-loguru = "^0.3.0" + [tool.poetry.group.docs]