From 757c60c2476826dc8217c5f3d172a02af5062e32 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 28 Aug 2023 14:26:23 +0000 Subject: [PATCH] 1.1.25 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 f51c6f3c..8031c2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v1.1.25 (2023-08-28) + +### Other + +* Merge pull request #26 from mraniki/renovate/ruff-0.x + +⬆️ 🛠️(deps): update dependency ruff to >=0.0.286,<0.0.287 ([`6036c66`](https://github.com/mraniki/cefi/commit/6036c6674a57b1daecbd95742a54984b37bb02d1)) + + ## v1.1.24 (2023-08-28) ### Other @@ -10,6 +19,14 @@ 🐛 📝 extension error ([`4e5f11f`](https://github.com/mraniki/cefi/commit/4e5f11fa32670cefd768c0be22769cd064c0c34f)) +### Update + +* Update Requirements ([`b4e5959`](https://github.com/mraniki/cefi/commit/b4e5959b6db6de0bcee4bb4be0674ff016fb28fd)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency ruff to >=0.0.286,<0.0.287 ([`e460fa3`](https://github.com/mraniki/cefi/commit/e460fa3abf02e57842949734136faf3660d7bf2a)) + ### 🐛 * 🐛 📝 extension error ([`bd77653`](https://github.com/mraniki/cefi/commit/bd77653fca29d0fdfefae4a7586202850371375b)) diff --git a/cefi/__init__.py b/cefi/__init__.py index 9250cdd4..dc0e7d43 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.24" +__version__ = "1.1.25" from cefi.config import settings from cefi.main import CexExchange diff --git a/pyproject.toml b/pyproject.toml index c66def52..136f8f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "1.1.24" +version = "1.1.25" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"