From 2d456e44dafc2f4ce87912552284e3ad913df19a Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 15 Oct 2023 13:53:40 +0000 Subject: [PATCH] 3.1.11 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 acad2f52..a61cba54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v3.1.11 (2023-10-15) + +### Other + +* Merge pull request #85 from mraniki/dev + +⬆️ 🛠️(deps): update dependency ccxt to v4.1.13 ([`f529196`](https://github.com/mraniki/cefi/commit/f52919670f4b59c35f041fdaea7b2a48e7153d7c)) + +### Update + +* Update Requirements ([`9505384`](https://github.com/mraniki/cefi/commit/9505384ccbd8c8889f32bf560ed03e5681fabfe9)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency ccxt to v4.1.13 ([`946f01a`](https://github.com/mraniki/cefi/commit/946f01a212e327b3a21928ee27027ac14d532132)) + + ## v3.1.10 (2023-10-14) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index aad077d0..abb75a7a 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.10" +__version__ = "3.1.11" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index 59e20546..3bdd7f56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "3.1.10" +version = "3.1.11" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" @@ -74,6 +74,7 @@ overgeneral-exceptions = [ + [tool.poetry.group.test.dependencies] pytest = "^7.0" @@ -100,6 +101,7 @@ pytest-loguru = "^0.3.0" + [tool.poetry.group.docs]