Skip to content

Commit

Permalink
5.3.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 23, 2024
1 parent 96a629b commit 6f04cef
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.3 (2024-11-23)

### Other

* Merge pull request #549 from mraniki/dev

⬆️ 🤖 - Be careful Is it classified ([`96a629b`](https://github.com/mraniki/cefi/commit/96a629b1ce407085beec9e8646f50547d7973e47))

* Merge pull request #548 from mraniki/renovate/ruff-0.x

⬆️ 🛠️(deps): update dependency ruff to ^0.8.0 ([`859129a`](https://github.com/mraniki/cefi/commit/859129ab4176349d86fd861a67a78f5a416cfb81))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ruff to ^0.8.0 ([`8cf1fce`](https://github.com/mraniki/cefi/commit/8cf1fce6c8f33341425d4c57b09cc6773b96159f))


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

### 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.2"
__version__ = "5.3.3"

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.2"
version = "5.3.3"
description = "A python library, to interact with Crypto Exchanges (CCXT library) and brokers (IB & Capital.com)"
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
license = "MIT License"
Expand Down

0 comments on commit 6f04cef

Please sign in to comment.