Skip to content

Commit

Permalink
4.10.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 20, 2024
1 parent e0c8066 commit 71de2bc
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.10.2 (2024-07-20)

### Other

* Merge pull request #489 from mraniki/dev

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

### ⬆️

* ⬆️ 🛠️(deps): update dependency sphinx to v7.4.6 ([`bc55c28`](https://github.com/mraniki/cefi/commit/bc55c28f180ee75452ba8bdbb8f5b971ff5ee144))

## v4.10.1 (2024-07-17)

### 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.10.1"
__version__ = "4.10.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.10.1"
version = "4.10.2"
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 71de2bc

Please sign in to comment.