diff --git a/CHANGELOG.md b/CHANGELOG.md index e16f06d3..429ed0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v1.1.28 (2023-09-03) + +### Other + +* Merge pull request #28 from mraniki/renovate/sphinx-7.x + +⬆️ 🛠️(deps): update dependency sphinx to v7.2.5 ([`b1b241a`](https://github.com/mraniki/cefi/commit/b1b241ad4aae35ae9d50c5c523ee7b0bd67e63a0)) + +* Merge branch 'main' into renovate/sphinx-7.x ([`38796b1`](https://github.com/mraniki/cefi/commit/38796b159b6ba8c951047fb29954c89cd3e7a4b0)) + + ## v1.1.27 (2023-09-01) ### Other @@ -14,10 +25,14 @@ * Update Requirements ([`63ea682`](https://github.com/mraniki/cefi/commit/63ea68265fa2b4687a8ede018157821b1ef8431c)) +* Update Requirements ([`7d1a1a1`](https://github.com/mraniki/cefi/commit/7d1a1a1357646ec71afca9a33378c926c207cd08)) + ### ⬆️ * ⬆️ 🛠️(deps): update dependency ruff to >=0.0.287,<0.0.288 ([`67d27a2`](https://github.com/mraniki/cefi/commit/67d27a265dfff8d44bd8e0833bf560552bf57470)) +* ⬆️ 🛠️(deps): update dependency sphinx to v7.2.5 ([`9419799`](https://github.com/mraniki/cefi/commit/9419799f86fd6cca19f73272317a519bf258b474)) + ## v1.1.26 (2023-08-30) diff --git a/cefi/__init__.py b/cefi/__init__.py index 6873dbad..ab59b518 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.27" +__version__ = "1.1.28" from cefi.config import settings from cefi.main import CexExchange diff --git a/pyproject.toml b/pyproject.toml index 6cc74428..de2c2741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "1.1.27" +version = "1.1.28" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"