diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6da52..f15e3b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v4.11.1 (2024-08-26) + +### Other + +* Merge pull request #499 from mraniki/dev + +⬆️ 🤖 - How apt the poor are to be proud ([`ff66f7d`](https://github.com/mraniki/cefi/commit/ff66f7dcc32f73f7ac83e5b9515704e2af77f7d6)) + +### 📝 + +* 📝 update degiro.py ([`e37ca16`](https://github.com/mraniki/cefi/commit/e37ca167f812dcd5630dd44547b1e1be3febe06f)) + ## v4.11.0 (2024-08-22) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index 62045fc..23d50e2 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.11.0" +__version__ = "4.11.1" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index 672d8a6..2bc347a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "4.11.0" +version = "4.11.1" description = "A python library, to interact with Crypto Exchanges (CCXT library) and brokers (IB & Capital.com)" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"