Skip to content

Commit

Permalink
4.9.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 15, 2024
1 parent b3c4171 commit df8424f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## v4.9.2 (2024-07-15)

### Other

* Merge pull request #481 from mraniki/dev

♻️ Capitalcom _fetch_account_data refactor ([`b3c4171`](https://github.com/mraniki/cefi/commit/b3c41714b95cc089108df92cc09b3fa891a66999))

### ♻️

* ♻️ Capitalcom _fetch_account_data refactor ([`619ef9d`](https://github.com/mraniki/cefi/commit/619ef9db070ae515effbafb557bcb9cd675c656f))

* ♻️ ([`fc61ed1`](https://github.com/mraniki/cefi/commit/fc61ed14d4ddf485afd4a364dba4f25fc78fbd4a))

### ⬆️

* ⬆️ 🛠️(deps): update dependency sphinx to v7.4.3 ([`541dd7a`](https://github.com/mraniki/cefi/commit/541dd7a07d93461ae5ef194fecccafbf64d9f779))

* ⬆️ 🛠️(deps): update dependency sphinx to v7.4.0 ([`348c5ea`](https://github.com/mraniki/cefi/commit/348c5eacff7dfe710e1ea571918bfcdb17c5f608))

## v4.9.1 (2024-07-13)

### 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.9.1"
__version__ = "4.9.2"

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.9.1"
version = "4.9.2"
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 df8424f

Please sign in to comment.