Skip to content

Commit

Permalink
4.4.13
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 8, 2024
1 parent 5347356 commit 8d97db9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v4.4.13 (2024-04-08)

### Other

* Merge pull request #434 from mraniki/dev

_build_client for capital.com to bypass the 10min session limit ([`5347356`](https://github.com/mraniki/cefi/commit/53473567e1980df27f5634f370aa1a058c769a12))

###

*_build_client for capital.com to bypass the 10min session limit ([`c88126f`](https://github.com/mraniki/cefi/commit/c88126f873b23863dcdf6c842b47ef2dbffffd60))


## v4.4.12 (2024-04-08)

### 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.4.12"
__version__ = "4.4.13"

from cefi.main import CexTrader

Expand Down
4 changes: 3 additions & 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.4.12"
version = "4.4.13"
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 Expand Up @@ -151,6 +151,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -247,6 +248,7 @@ pytest-loguru = "^0.4.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit 8d97db9

Please sign in to comment.