Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 1, 2024
1 parent 6e6985b commit 92dbb52
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG


## v5.1.0 (2024-11-01)

### Other

* Merge pull request #535 from mraniki/dev

🥚 build(deps): update ibkr.py and pyproject.toml ([`6e6985b`](https://github.com/mraniki/cefi/commit/6e6985bbfabbd4b2af98e24eb127556735b8708c))

### 🚨

* 🚨 ([`319f522`](https://github.com/mraniki/cefi/commit/319f5228d4ca79bc16108a99d8e0f8c9245df353))

### 🥚

* 🥚 build(deps): update ibkr.py and pyproject.toml ([`134afd0`](https://github.com/mraniki/cefi/commit/134afd0d1ff7266db14a153132f3658dda5e73ad))


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

### 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__ = "5.0.0"
__version__ = "5.1.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 = "5.0.0"
version = "5.1.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 92dbb52

Please sign in to comment.