From 2b7b69607894149aad0e2c9685b80e3f7e2abbc5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Aug 2023 15:16:09 +0000 Subject: [PATCH] 1.1.26 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ cefi/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8031c2ee..8192173d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.1.26 (2023-08-30) + +### Update + +* Update README.md ([`6a00efe`](https://github.com/mraniki/cefi/commit/6a00efe6eedd493db8f3469bf7227432e203fd96)) + + ## v1.1.25 (2023-08-28) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index dc0e7d43..69cb28d4 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.25" +__version__ = "1.1.26" from cefi.config import settings from cefi.main import CexExchange diff --git a/pyproject.toml b/pyproject.toml index 136f8f71..eaaa45cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "1.1.25" +version = "1.1.26" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"