From c9ccd1686b16a58675d7b31f2209ca6bfa66c44c Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 9 Aug 2023 13:00:34 +0000 Subject: [PATCH] 1.1.7 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 881b7d67..7ca817f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.1.7 (2023-08-09) + +### Update + +* Update README.md ([`bef456c`](https://github.com/mraniki/cefi/commit/bef456c0e68c8e9f5aa0d2ab7258be04f772c741)) + + ## v1.1.6 (2023-08-09) ### Update diff --git a/cefi/__init__.py b/cefi/__init__.py index d8e5d6cc..4ebfa338 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.6" +__version__ = "1.1.7" from cefi.config import settings from cefi.main import CexExchange diff --git a/pyproject.toml b/pyproject.toml index 014a2103..9c1413d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "1.1.6" +version = "1.1.7" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"