generated from mraniki/template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Sep 8, 2024
1 parent
384d6d4
commit 5a0ed05
Showing
3 changed files
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,51 @@ | ||
# CHANGELOG | ||
|
||
## v4.11.3 (2024-09-08) | ||
## v4.11.4 (2024-09-08) | ||
|
||
### :rotating_light: | ||
|
||
* :rotating_light: ([`ec21013`](https://github.com/mraniki/cefi/commit/ec21013e01ce85abcdcdcb14f6bc3e0511f5168f)) | ||
* :rotating_light: ([`407bb64`](https://github.com/mraniki/cefi/commit/407bb64970adf64fd61998ae99fd30fc3e5fb643)) | ||
|
||
### Other | ||
|
||
* Merge pull request #510 from mraniki/dev | ||
* Merge pull request #511 from mraniki/dev | ||
|
||
Dev ([`63b5c0b`](https://github.com/mraniki/cefi/commit/63b5c0b88ed43238b4fd2a3c9cebeefa3a0dfcbd)) | ||
Dev ([`384d6d4`](https://github.com/mraniki/cefi/commit/384d6d4516e02db165a286881b9dac9ac4e9f749)) | ||
|
||
* Refactor client initialization in handler classes. ([`fd5cf23`](https://github.com/mraniki/cefi/commit/fd5cf235962ff836a2bc7b890a9eeacdd38599a6)) | ||
* Merge branch 'dev' of [email protected]:mraniki/cefi.git ([`482d718`](https://github.com/mraniki/cefi/commit/482d718e4256c2cfe6211c26167f27b124fb090d)) | ||
|
||
### Update | ||
## v4.11.3 (2024-09-08) | ||
|
||
* Update supported centralized trading platforms in README.md ([`356a928`](https://github.com/mraniki/cefi/commit/356a928b508dd0264788453e75d2f41aa92df4aa)) | ||
### Other | ||
|
||
* Update README with changes to trading platforms section. ([`189916a`](https://github.com/mraniki/cefi/commit/189916a8269469c996d370e41d1eff42dbd90bd3)) | ||
* Merge pull request #510 from mraniki/dev | ||
|
||
* Update IbHandler import and add placeholder class. ([`b07658a`](https://github.com/mraniki/cefi/commit/b07658a8400b5b2751c2142891cb5433654a5bab)) | ||
Dev ([`63b5c0b`](https://github.com/mraniki/cefi/commit/63b5c0b88ed43238b4fd2a3c9cebeefa3a0dfcbd)) | ||
|
||
## v4.11.2 (2024-09-08) | ||
|
||
### :rotating_light: | ||
|
||
* :rotating_light: ([`ec21013`](https://github.com/mraniki/cefi/commit/ec21013e01ce85abcdcdcb14f6bc3e0511f5168f)) | ||
|
||
### Other | ||
|
||
* Merge pull request #509 from mraniki/dev | ||
|
||
Update README.md with more detailed information about supported platf… ([`1772de5`](https://github.com/mraniki/cefi/commit/1772de57ab97b8e37e9eaf773ea57cba74c95fd8)) | ||
|
||
* Add Fxcm client handler with basic methods ([`a9c9c13`](https://github.com/mraniki/cefi/commit/a9c9c13859ec8961d07e83090a7e20b1f3335190)) | ||
|
||
* Refactor client initialization in handler classes. ([`fd5cf23`](https://github.com/mraniki/cefi/commit/fd5cf235962ff836a2bc7b890a9eeacdd38599a6)) | ||
|
||
### Update | ||
|
||
* Update supported centralized trading platforms in README.md ([`356a928`](https://github.com/mraniki/cefi/commit/356a928b508dd0264788453e75d2f41aa92df4aa)) | ||
|
||
* Update README with changes to trading platforms section. ([`189916a`](https://github.com/mraniki/cefi/commit/189916a8269469c996d370e41d1eff42dbd90bd3)) | ||
|
||
* Update IbHandler import and add placeholder class. ([`b07658a`](https://github.com/mraniki/cefi/commit/b07658a8400b5b2751c2142891cb5433654a5bab)) | ||
|
||
* Update README.md with more detailed information about supported platforms. ([`3a94f78`](https://github.com/mraniki/cefi/commit/3a94f784f769eb77847cee0e3e69415edb5c5886)) | ||
|
||
## v4.11.1 (2024-08-26) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "4.11.3" | ||
__version__ = "4.11.4" | ||
|
||
from cefi.main import CexTrader | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "cefi" | ||
version = "4.11.3" | ||
version = "4.11.4" | ||
description = "A python library, to interact with Crypto Exchanges (CCXT library) and brokers (IB & Capital.com)" | ||
authors = ["mraniki <[email protected]>"] | ||
license = "MIT License" | ||
|