From 8863c0e36248994d3b9c6c42a5f435b1a321c4cb Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 22 Aug 2023 12:05:24 +0000 Subject: [PATCH] 1.1.21 Automatically generated by python-semantic-release --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ cefi/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16271a02..4b513502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ +## v1.1.21 (2023-08-22) + +### Other + +* Merge pull request #23 from mraniki/dependabot/pip/sphinx-7.2.2 + +⬆️ Dep: Update sphinx requirement from 7.1.0 to 7.2.2 ([`9a43183`](https://github.com/mraniki/cefi/commit/9a43183c91858612a11b3f9e9547d521f82d44f4)) + +### Update + +* Update Requirements ([`e1475a0`](https://github.com/mraniki/cefi/commit/e1475a0529a6e6fe1fd785590eb96d1714a3298d)) + +* :arrow_up: Dep: Update sphinx requirement from 7.1.0 to 7.2.2 + +Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. +- [Release notes](https://github.com/sphinx-doc/sphinx/releases) +- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) +- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.0...v7.2.2) + +--- +updated-dependencies: +- dependency-name: sphinx + dependency-type: direct:development +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`392d4a3`](https://github.com/mraniki/cefi/commit/392d4a3c42e34de10e42201d974161542c6234b5)) + + ## v1.1.20 (2023-08-21) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index cf24f3fb..883e0fc1 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.20" +__version__ = "1.1.21" from cefi.config import settings from cefi.main import CexExchange diff --git a/pyproject.toml b/pyproject.toml index bf030b89..da3075f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "1.1.20" +version = "1.1.21" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"