Skip to content

Commit

Permalink
4.11.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 8, 2024
1 parent 1772de5 commit ffee18e
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.11.2 (2024-09-08)

### 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))

### Update

* Update README.md with more detailed information about supported platforms. ([`3a94f78`](https://github.com/mraniki/cefi/commit/3a94f784f769eb77847cee0e3e69415edb5c5886))

## v4.11.1 (2024-08-26)

### 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.11.1"
__version__ = "4.11.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.11.1"
version = "4.11.2"
description = "A python library, to interact with Crypto Exchanges (CCXT library) and brokers (IB & Capital.com)"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit ffee18e

Please sign in to comment.