Skip to content

Commit

Permalink
4.11.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 22, 2024
1 parent f4d07ec commit b3101b1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG

## v4.11.0 (2024-08-22)

### Other

* Merge pull request #497 from mraniki/dev

⬆️ 🤖 - You are standing on my toes ([`f4d07ec`](https://github.com/mraniki/cefi/commit/f4d07ec1707277aa66d0a6be9e9e4d049c169fe4))

* Merge pull request #498 from mraniki/renovate/pytest-asyncio-0.x

⬆️ 🛠️(deps): update dependency pytest-asyncio to ^0.24.0 ([`5dd0a55`](https://github.com/mraniki/cefi/commit/5dd0a552ad05ad45a80c404bb6328d0ff799f32e))

### ⬆️

* ⬆️ 🛠️(deps): update dependency pytest-asyncio to ^0.24.0 ([`82640e1`](https://github.com/mraniki/cefi/commit/82640e17ca69a7f5d212033bab9465d6877a4c5a))

### 🥚

* 🥚 Initial Degiro Client ([`28fff57`](https://github.com/mraniki/cefi/commit/28fff57462c9bbaac7b3f5f7c4750b7f42a8fcad))

* 🥚 Degiro ([`86db945`](https://github.com/mraniki/cefi/commit/86db945dd0bba3f68dbf892cffa1322612591ebe))

## v4.10.5 (2024-08-16)

### Other
Expand Down
2 changes: 1 addition & 1 deletion cefi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.10.5"
__version__ = "4.11.0"

from cefi.main import CexTrader

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cefi"
version = "4.10.5"
version = "4.11.0"
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"
Expand Down

0 comments on commit b3101b1

Please sign in to comment.