Skip to content

Commit

Permalink
5.3.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 14, 2024
1 parent 50e6d6f commit a56dfcd
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,6 +1,26 @@
# CHANGELOG


## v5.3.5 (2024-12-14)

### Other

- Merge pull request #553 from mraniki/dev
([`50e6d6f`](https://github.com/mraniki/cefi/commit/50e6d6fe2b3095502efda2ef174a5acd9d3a6d0e))

⬆️ 🤖 - You never have to change anything you got up in the middle of the night

- Merge pull request #552 from mraniki/renovate/pytest-asyncio-0.x
([`7def266`](https://github.com/mraniki/cefi/commit/7def266589c12fe28a6b46760e5afb9e7aa12a9f))

⬆️ 🛠️(deps): update dependency pytest-asyncio to ^0.25.0

### ⬆️

- ⬆️ 🛠️(deps): update dependency pytest-asyncio to ^0.25.0
([`738f9b6`](https://github.com/mraniki/cefi/commit/738f9b647802d303bdd39a772bc8ec39de06ac60))


## v5.3.4 (2024-11-30)

### 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.4"
__version__ = "5.3.5"

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.4"
version = "5.3.5"
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 a56dfcd

Please sign in to comment.