Skip to content

Commit

Permalink
3.2.16
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 29, 2023
1 parent 6fa25e8 commit 51d7f53
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 @@



## v3.2.16 (2023-11-29)

### Other

* Merge pull request #207 from mraniki/dev

⬆️ 🛠️(deps): update dependency ccxt to v4.1.70 ([`6fa25e8`](https://github.com/mraniki/cefi/commit/6fa25e868ac61f93db47f9293cd06cbc76f52597))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ccxt to v4.1.70 ([`c7cc8b6`](https://github.com/mraniki/cefi/commit/c7cc8b653be6805926e7e3612c4f6ef1946532e2))


## v3.2.15 (2023-11-29)

### 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.15"
__version__ = "3.2.16"

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




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand Down Expand Up @@ -105,6 +106,7 @@ pytest-loguru = "^0.3.0"






[tool.poetry.group.docs]
Expand Down

0 comments on commit 51d7f53

Please sign in to comment.