Skip to content

Commit

Permalink
4.4.11
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 8, 2024
1 parent 0005c1c commit c40c90e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v4.4.11 (2024-04-08)

### Other

* Merge pull request #432 from mraniki/dev

🐛 update capitalcom.py, main.py and example.py ([`0005c1c`](https://github.com/mraniki/cefi/commit/0005c1c76d168f25c381bdfaf2b2162f32d159d2))

### 🐛

* 🐛 update capitalcom.py, main.py and example.py ([`2100a87`](https://github.com/mraniki/cefi/commit/2100a87ec44c1d375db583ec291aca900593f349))


## v4.4.10 (2024-04-07)

### :recycle:
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.10"
__version__ = "4.4.11"

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.10"
version = "4.4.11"
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 Expand Up @@ -149,6 +149,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit c40c90e

Please sign in to comment.