Skip to content

Commit

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



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

### Other

* Merge pull request #440 from mraniki/dev

🔇 update capitalcom.py and main.py ([`b4eac79`](https://github.com/mraniki/cefi/commit/b4eac79dcf54410e577f6dbd518a1cb732a67ad2))

###

* ✅ Unit Test ([`78df318`](https://github.com/mraniki/cefi/commit/78df318be46b7c6317f72da34293e2b0d3f3acb2))

### 🎨

* 🎨 update client.py and main.py ([`706e3b0`](https://github.com/mraniki/cefi/commit/706e3b0d1e2868af21f39282ad310a5f7406bc4d))

### 🔇

* 🔇 update capitalcom.py ([`1a817d6`](https://github.com/mraniki/cefi/commit/1a817d68ae40a3739cb8379469eef3694cf50fbf))

* 🔇 update capitalcom.py and main.py ([`f5bebfa`](https://github.com/mraniki/cefi/commit/f5bebfa4f6129d5c79aadf0378d4c611bb0ef06c))

### 🔊

* 🔊 update client.py and main.py ([`bc39cf3`](https://github.com/mraniki/cefi/commit/bc39cf319e20a99aeb97b96fbba8102bb4b87b99))


## v4.4.18 (2024-04-09)

### 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.18"
__version__ = "4.4.19"

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.18"
version = "4.4.19"
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 @@ -157,6 +157,7 @@ overgeneral-exceptions = [






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit bb6a975

Please sign in to comment.