Skip to content

Commit

Permalink
4.7.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 28, 2024
1 parent f121309 commit c60d940
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v4.7.4 (2024-06-28)

### Other

* Merge pull request #473 from mraniki/dev

♻️Improvement for capitalcom client in case of error ([`f121309`](https://github.com/mraniki/cefi/commit/f121309b86ab284620f2b82a81516b123f6f5c6c))

### ♻️

* ♻️ ([`2437eeb`](https://github.com/mraniki/cefi/commit/2437eeb7392994103f022b4804058e6e375c0c6d))

## v4.7.3 (2024-06-28)

### 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.7.3"
__version__ = "4.7.4"

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.7.3"
version = "4.7.4"
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 c60d940

Please sign in to comment.