From a39056bbe6c77d49adceb5d687efae2b8b6205b0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 1 Sep 2023 21:58:02 +0000 Subject: [PATCH] 1.1.27 Automatically generated by python-semantic-release --- CHANGELOG.md | 17 +++++++++++++++++ cefi/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8192173d..e16f06d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v1.1.27 (2023-09-01) + +### Other + +* Merge pull request #30 from mraniki/renovate/ruff-0.x + +⬆️ 🛠️(deps): update dependency ruff to >=0.0.287,<0.0.288 ([`7e71f49`](https://github.com/mraniki/cefi/commit/7e71f49361e81dbc03dca4725b8d43bc27602e84)) + +### Update + +* Update Requirements ([`63ea682`](https://github.com/mraniki/cefi/commit/63ea68265fa2b4687a8ede018157821b1ef8431c)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency ruff to >=0.0.287,<0.0.288 ([`67d27a2`](https://github.com/mraniki/cefi/commit/67d27a265dfff8d44bd8e0833bf560552bf57470)) + + ## v1.1.26 (2023-08-30) ### Update diff --git a/cefi/__init__.py b/cefi/__init__.py index 69cb28d4..6873dbad 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.26" +__version__ = "1.1.27" from cefi.config import settings from cefi.main import CexExchange diff --git a/pyproject.toml b/pyproject.toml index c17d39d8..0cccbd5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "1.1.26" +version = "1.1.27" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"