Skip to content

Commit

Permalink
3.2.29
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 31, 2023
1 parent 12d09a4 commit 1fe7196
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.29 (2023-12-31)

### Other

* Merge pull request #254 from mraniki/dev

⬆️ 🤖 - Tell the truth or trumpbut get the trick ([`12d09a4`](https://github.com/mraniki/cefi/commit/12d09a4459ca3cb0dbb384801b678ea35cd5b000))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ccxt to v4.2.2 ([`987cde6`](https://github.com/mraniki/cefi/commit/987cde618fe14c167a572286d60127601523ac11))


## v3.2.28 (2023-12-28)

### 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.28"
__version__ = "3.2.29"

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




[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -81,6 +82,7 @@ pytest-loguru = "^0.3.0"




[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 1fe7196

Please sign in to comment.