Skip to content

Commit

Permalink
3.2.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 22, 2023
1 parent b26ad6c commit f1233c4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@



## v3.2.5 (2023-10-22)

### Other

* Merge pull request #102 from mraniki/dev

🥅 better error handling for no config ([`b26ad6c`](https://github.com/mraniki/cefi/commit/b26ad6c8fd59828d64a902e5b799ca954ec8beae))

### Update

* Update Requirements ([`ebe6ee4`](https://github.com/mraniki/cefi/commit/ebe6ee443fe599db843b465eab7dff0abc86f1ff))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ccxt to v4.1.20 ([`500e091`](https://github.com/mraniki/cefi/commit/500e091e4a666f666f7ddac116d1ed654a5fbde6))

### 🥅

* 🥅 better error handling for no config ([`42d8755`](https://github.com/mraniki/cefi/commit/42d8755a6271d86aad3e3b7dc5d8c36df376b2e8))


## v3.2.4 (2023-10-20)

### 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__ = "3.2.4"
__version__ = "3.2.5"

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 = "3.2.4"
version = "3.2.5"
description = "A python library, to interact with CCXT crypto exchange"
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -80,6 +80,7 @@ overgeneral-exceptions = [






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -114,6 +115,7 @@ pytest-loguru = "^0.3.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit f1233c4

Please sign in to comment.