From c058ebd91bb57dcfafacb143d13a80044279554f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 12 Aug 2023 21:43:15 +0000 Subject: [PATCH] 1.1.14 Automatically generated by python-semantic-release --- CHANGELOG.md | 25 +++++++++++++++++++++++++ cefi/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f01f5ce4..79e9d92e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v1.1.14 (2023-08-12) + +### Other + +* Merge pull request #16 from mraniki/dev + +📝 Documentation update ([`cc36c0e`](https://github.com/mraniki/cefi/commit/cc36c0e070b4ba0500fbdd959fff8ebb71fffa31)) + +* Merge branch 'main' into dev ([`8c1bc09`](https://github.com/mraniki/cefi/commit/8c1bc098c71be6ecd7dfeb204a5a8d33a46a7421)) + +### Update + +* Update Requirements ([`9cc8239`](https://github.com/mraniki/cefi/commit/9cc82395a9b0b985a13f20075045abf88bdaaf1d)) + +### 📝 + +* 📝 ([`ad0a005`](https://github.com/mraniki/cefi/commit/ad0a005ed0f07b37b7644edb6ad083cc910bbf68)) + + ## v1.1.13 (2023-08-11) ### :memo: @@ -10,10 +29,16 @@ ### Other +* Merge branch 'main' into dev ([`810f714`](https://github.com/mraniki/cefi/commit/810f714f4d8ca70ca94f4524baf25c0c5d5e88ba)) + * Merge pull request #15 from mraniki/dev :memo: ([`ec7862e`](https://github.com/mraniki/cefi/commit/ec7862ebd121865ac629953ae47752ee22f3e9ab)) +### Update + +* Update Requirements ([`bbbcd1d`](https://github.com/mraniki/cefi/commit/bbbcd1d0d41aa36a6cefeba450b87a520282a67f)) + ## v1.1.12 (2023-08-10) diff --git a/cefi/__init__.py b/cefi/__init__.py index 562de654..b4ca45e0 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.13" +__version__ = "1.1.14" from cefi.config import settings from cefi.main import CexExchange diff --git a/pyproject.toml b/pyproject.toml index a5a9097e..793469d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "1.1.13" +version = "1.1.14" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"