Skip to content

Commit

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


## v5.3.2 (2024-11-05)

### Other

* Merge pull request #545 from mraniki/dev

⬆️ 🤖 - You have been in Afghanistan I perceive ([`edf9093`](https://github.com/mraniki/cefi/commit/edf9093858e9b4b489d8bf37c30342669a813f30))

* Merge pull request #544 from mraniki/renovate/pre-commit-4.x

⬆️ 🛠️(deps): update dependency pre-commit to v4 ([`cc2cefc`](https://github.com/mraniki/cefi/commit/cc2cefcca719b0e7e7a8f4b1666380713343c218))

### ⬆️

* ⬆️ 🛠️(deps): update dependency pre-commit to v4 ([`8c7683c`](https://github.com/mraniki/cefi/commit/8c7683c0521dcd5d80fc8e689d66b8cd9a5ef248))


## v5.3.1 (2024-11-01)

### 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__ = "5.3.1"
__version__ = "5.3.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 = "5.3.1"
version = "5.3.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 2a115d6

Please sign in to comment.