Skip to content

Commit

Permalink
3.2.26
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 24, 2023
1 parent b5982aa commit 811a5fc
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.26 (2023-12-24)

### Other

* Merge pull request #246 from mraniki/dev

⬆️ 🤖 - Q How many Zen masters does it take to screw in a light bulb ([`b5982aa`](https://github.com/mraniki/cefi/commit/b5982aa8e89a00f86db0eee164153094e6fc5aaa))

### ⬆️

* ⬆️ 🛠️(deps): update dependency ccxt to v4.1.97 ([`8bca5d0`](https://github.com/mraniki/cefi/commit/8bca5d0e0c04f0ef925afc44e5c16248cdd31cf7))


## v3.2.25 (2023-12-23)

### 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.25"
__version__ = "3.2.26"

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.25"
version = "3.2.26"
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 All @@ -75,6 +76,7 @@ pytest-loguru = "^0.3.0"




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

Expand Down

0 comments on commit 811a5fc

Please sign in to comment.