Skip to content

Commit

Permalink
4.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 12, 2024
1 parent f6306ef commit 9e1c468
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@



## v4.5.0 (2024-04-12)

### :rotating_light:

* :rotating_light: ([`96565ba`](https://github.com/mraniki/cefi/commit/96565ba51ea130349132eebf36a580ee85a6d662))

### Other

* Merge pull request #442 from mraniki/dev

💄 PnL code structure alignement ([`f6306ef`](https://github.com/mraniki/cefi/commit/f6306ef40d0d6133432ef3a8887ede0084705621))

* Merge pull request #441 from mraniki/dev

⬆️ 🤖 - You look like a million dollars All green and wrinkled ([`63bcfdf`](https://github.com/mraniki/cefi/commit/63bcfdfd659b5a607c794396c0b035f907e5b212))

* update capitalcom.py and example.py ([`b6cc807`](https://github.com/mraniki/cefi/commit/b6cc80750cebbdf2b790da8ddd87df340e92f507))

### ♻️

* ♻️ ([`2fcefb1`](https://github.com/mraniki/cefi/commit/2fcefb115a743a6736cf345e5a68a00a5ff3ef9b))

### 🐛

* 🐛 ([`18dd2c1`](https://github.com/mraniki/cefi/commit/18dd2c1e4d5d81a211726112b37706d473639d2b))

### 💄

* 💄 PnL code structure alignement ([`e9e0a61`](https://github.com/mraniki/cefi/commit/e9e0a61d13c39ca2636ec6a0e5afad4bf43e00fc))


## v4.4.19 (2024-04-10)

### 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.4.19"
__version__ = "4.5.0"

from cefi.main import CexTrader

Expand Down
4 changes: 3 additions & 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.4.19"
version = "4.5.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 Expand Up @@ -158,6 +158,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -261,6 +262,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit 9e1c468

Please sign in to comment.