diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bba8bf6..f01f5ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v1.1.13 (2023-08-11) + +### :memo: + +* :memo: ([`83b2009`](https://github.com/mraniki/cefi/commit/83b20091dd75df88c99e83309c44ee7edf74868b)) + +### Other + +* Merge pull request #15 from mraniki/dev + +:memo: ([`ec7862e`](https://github.com/mraniki/cefi/commit/ec7862ebd121865ac629953ae47752ee22f3e9ab)) + + ## v1.1.12 (2023-08-10) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index 07a8e4ca..562de654 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.12" +__version__ = "1.1.13" from cefi.config import settings from cefi.main import CexExchange diff --git a/pyproject.toml b/pyproject.toml index a3f8f60a..a5a9097e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "1.1.12" +version = "1.1.13" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"