Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 31, 2024
1 parent 61e3d26 commit 205f3a5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# CHANGELOG


## v5.0.0 (2024-10-31)

### Other

* Merge pull request #534 from mraniki/dev

💥 breaking 🔥 dep issue deactivating ib handler ([`61e3d26`](https://github.com/mraniki/cefi/commit/61e3d2608ae9c24fb4707ee79151f42053197a73))

* update ibkr.py ([`ec56ddb`](https://github.com/mraniki/cefi/commit/ec56ddbd917821fd5da2bacc2efcd8ed545d34a4))

### 💥

* 💥 breaking 🔥 dep issue deactivating ib handler ([`84bf982`](https://github.com/mraniki/cefi/commit/84bf982b29628acbb069c618cd52384b05f0d520))


## v4.15.0 (2024-10-29)

### Fix
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.15.0"
__version__ = "5.0.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.15.0"
version = "5.0.0"
description = "A python library, to interact with Crypto Exchanges (CCXT library) and brokers (IB & Capital.com)"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 205f3a5

Please sign in to comment.